diff options
| -rw-r--r-- | mullvad-cli/Cargo.toml | 9 | ||||
| -rw-r--r-- | mullvad-daemon/Cargo.toml | 9 | ||||
| -rw-r--r-- | mullvad-problem-report/Cargo.toml | 9 | ||||
| -rw-r--r-- | talpid-openvpn-plugin/Cargo.toml | 9 |
4 files changed, 4 insertions, 32 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" diff --git a/mullvad-daemon/Cargo.toml b/mullvad-daemon/Cargo.toml index 768099ed33..174161d653 100644 --- a/mullvad-daemon/Cargo.toml +++ b/mullvad-daemon/Cargo.toml @@ -1,14 +1,7 @@ [package] name = "mullvad-daemon" 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 = "Mullvad VPN daemon. Runs and controls the VPN tunnels" license = "GPL-3.0" edition = "2018" diff --git a/mullvad-problem-report/Cargo.toml b/mullvad-problem-report/Cargo.toml index 840c96b73e..24127bd733 100644 --- a/mullvad-problem-report/Cargo.toml +++ b/mullvad-problem-report/Cargo.toml @@ -1,14 +1,7 @@ [package] name = "mullvad-problem-report" 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 = "Collect Mullvad VPN logs into a report and send it to support" license = "GPL-3.0" edition = "2018" diff --git a/talpid-openvpn-plugin/Cargo.toml b/talpid-openvpn-plugin/Cargo.toml index 334f805344..d6f910fac7 100644 --- a/talpid-openvpn-plugin/Cargo.toml +++ b/talpid-openvpn-plugin/Cargo.toml @@ -1,14 +1,7 @@ [package] name = "talpid-openvpn-plugin" 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 = "OpenVPN shared library plugin for relaying OpenVPN events to talpid_core" license = "GPL-3.0" edition = "2018" |
