summaryrefslogtreecommitdiffhomepage
path: root/mullvad-cli
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2020-01-21 16:07:45 +0100
committerLinus Färnstrand <linus@mullvad.net>2020-01-21 16:07:45 +0100
commit27ed4ff1ec00ea80f73ae5509f7a8c29e4e078b0 (patch)
treed791c8979163bb98210c712f85e8df8cc68d89ec /mullvad-cli
parentfeaff7f3e7585f073b241eb87e31740b138dc714 (diff)
downloadmullvadvpn-27ed4ff1ec00ea80f73ae5509f7a8c29e4e078b0.tar.xz
mullvadvpn-27ed4ff1ec00ea80f73ae5509f7a8c29e4e078b0.zip
Remove individual people from cargo authors metadata
Diffstat (limited to 'mullvad-cli')
-rw-r--r--mullvad-cli/Cargo.toml9
1 files changed, 1 insertions, 8 deletions
diff --git a/mullvad-cli/Cargo.toml b/mullvad-cli/Cargo.toml
index 65109625c6..162ff7cc99 100644
--- a/mullvad-cli/Cargo.toml
+++ b/mullvad-cli/Cargo.toml
@@ -1,14 +1,7 @@
[package]
name = "mullvad-cli"
version = "2019.10.0"
-authors = [
- "Mullvad VPN",
- "Andrej Mihajlov <and@mullvad.net>",
- "Emīls Piņķis <emils@mullvad.net>",
- "Erik Larkö <erik@mullvad.net>",
- "Janito Vaqueiro Ferreira Filho <janito@mullvad.net>",
- "Linus Färnstrand <linus@mullvad.net>",
-]
+authors = ["Mullvad VPN"]
description = "Manage the Mullvad VPN daemon via a convenient CLI"
license = "GPL-3.0"
edition = "2018"