diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2020-01-21 16:07:45 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2020-01-21 16:07:45 +0100 |
| commit | 27ed4ff1ec00ea80f73ae5509f7a8c29e4e078b0 (patch) | |
| tree | d791c8979163bb98210c712f85e8df8cc68d89ec | |
| parent | feaff7f3e7585f073b241eb87e31740b138dc714 (diff) | |
| download | mullvadvpn-27ed4ff1ec00ea80f73ae5509f7a8c29e4e078b0.tar.xz mullvadvpn-27ed4ff1ec00ea80f73ae5509f7a8c29e4e078b0.zip | |
Remove individual people from cargo authors metadata
| -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" |
