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 /mullvad-problem-report | |
| parent | feaff7f3e7585f073b241eb87e31740b138dc714 (diff) | |
| download | mullvadvpn-27ed4ff1ec00ea80f73ae5509f7a8c29e4e078b0.tar.xz mullvadvpn-27ed4ff1ec00ea80f73ae5509f7a8c29e4e078b0.zip | |
Remove individual people from cargo authors metadata
Diffstat (limited to 'mullvad-problem-report')
| -rw-r--r-- | mullvad-problem-report/Cargo.toml | 9 |
1 files changed, 1 insertions, 8 deletions
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" |
