diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2018-09-26 06:46:36 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2018-09-27 17:13:15 +0200 |
| commit | fcaeeb05d10a0fbd2e1ae6df2df2b17d9283807e (patch) | |
| tree | c25337dbff79b725609af0473f307d8d917df13b | |
| parent | 45ef238f58fcf93be5896c993dde98a6028e8eed (diff) | |
| download | mullvadvpn-fcaeeb05d10a0fbd2e1ae6df2df2b17d9283807e.tar.xz mullvadvpn-fcaeeb05d10a0fbd2e1ae6df2df2b17d9283807e.zip | |
Remove everyone from authors field of libraries
| -rw-r--r-- | mullvad-ipc-client/Cargo.toml | 2 | ||||
| -rw-r--r-- | mullvad-paths/Cargo.toml | 6 | ||||
| -rw-r--r-- | mullvad-rpc/Cargo.toml | 2 | ||||
| -rw-r--r-- | mullvad-tests/Cargo.toml | 2 | ||||
| -rw-r--r-- | mullvad-types/Cargo.toml | 2 | ||||
| -rw-r--r-- | talpid-core/Cargo.toml | 2 | ||||
| -rw-r--r-- | talpid-ipc/Cargo.toml | 2 | ||||
| -rw-r--r-- | talpid-types/Cargo.toml | 2 |
8 files changed, 8 insertions, 12 deletions
diff --git a/mullvad-ipc-client/Cargo.toml b/mullvad-ipc-client/Cargo.toml index e51cd8d4bd..5cd03fc403 100644 --- a/mullvad-ipc-client/Cargo.toml +++ b/mullvad-ipc-client/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "mullvad-ipc-client" version = "0.1.0" -authors = ["Mullvad VPN <admin@mullvad.net>", "Janito Vaqueiro Ferreira Filho <janito@mullvad.net>"] +authors = ["Mullvad VPN <admin@mullvad.net>"] description = "RPC client for Mullvad daemon" license = "GPL-3.0" diff --git a/mullvad-paths/Cargo.toml b/mullvad-paths/Cargo.toml index b08e19b947..b83ce55ecf 100644 --- a/mullvad-paths/Cargo.toml +++ b/mullvad-paths/Cargo.toml @@ -1,11 +1,7 @@ [package] name = "mullvad-paths" version = "0.1.0" -authors = [ - "Mullvad VPN <admin@mullvad.net>", - "Janito Vaqueiro Ferreira Filho <janito@mullvad.net>", - "Linus Färnstrand <linus@mullvad.net>" -] +authors = ["Mullvad VPN <admin@mullvad.net>"] description = "Mullvad VPN application paths and directories" license = "GPL-3.0" diff --git a/mullvad-rpc/Cargo.toml b/mullvad-rpc/Cargo.toml index 944de63245..bb55d9a796 100644 --- a/mullvad-rpc/Cargo.toml +++ b/mullvad-rpc/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "mullvad-rpc" version = "0.1.0" -authors = ["Mullvad VPN <admin@mullvad.net>", "Linus Färnstrand <linus@mullvad.net>", "Erik Larkö <erik@mullvad.net>", "Andrej Mihajlov <and@mullvad.net>"] +authors = ["Mullvad VPN <admin@mullvad.net>"] description = "Mullvad VPN RPC clients. Providing an interface to query our infrastructure for information." license = "GPL-3.0" diff --git a/mullvad-tests/Cargo.toml b/mullvad-tests/Cargo.toml index fc9a74d8b2..228d81b342 100644 --- a/mullvad-tests/Cargo.toml +++ b/mullvad-tests/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "mullvad-tests" version = "0.1.0" -authors = ["Mullvad VPN <admin@mullvad.net>", "Janito Vaqueiro Ferreira Filho <janito@mullvad.net>"] +authors = ["Mullvad VPN <admin@mullvad.net>"] description = "Mullvad test specific modules and binaries" license = "GPL-3.0" diff --git a/mullvad-types/Cargo.toml b/mullvad-types/Cargo.toml index 9b617d257a..74d5645859 100644 --- a/mullvad-types/Cargo.toml +++ b/mullvad-types/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "mullvad-types" version = "0.1.0" -authors = ["Mullvad VPN <admin@mullvad.net>", "Linus Färnstrand <linus@mullvad.net>", "Erik Larkö <erik@mullvad.net>", "Andrej Mihajlov <and@mullvad.net>"] +authors = ["Mullvad VPN <admin@mullvad.net>"] description = "Common base data structures for Mullvad VPN client" license = "GPL-3.0" diff --git a/talpid-core/Cargo.toml b/talpid-core/Cargo.toml index ca64d5b7f5..0221d6db4f 100644 --- a/talpid-core/Cargo.toml +++ b/talpid-core/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "talpid-core" version = "0.1.0" -authors = ["Mullvad VPN <admin@mullvad.net>", "Linus Färnstrand <linus@mullvad.net>", "Erik Larkö <erik@mullvad.net>", "Andrej Mihajlov <and@mullvad.net>"] +authors = ["Mullvad VPN <admin@mullvad.net>"] description = "Privacy preserving and secure VPN client library" license = "GPL-3.0" diff --git a/talpid-ipc/Cargo.toml b/talpid-ipc/Cargo.toml index 6123a0fd08..56844d8c6f 100644 --- a/talpid-ipc/Cargo.toml +++ b/talpid-ipc/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "talpid-ipc" version = "0.1.0" -authors = ["Mullvad VPN <admin@mullvad.net>", "Linus Färnstrand <linus@mullvad.net>", "Erik Larkö <erik@mullvad.net>", "Andrej Mihajlov <and@mullvad.net>"] +authors = ["Mullvad VPN <admin@mullvad.net>"] description = "IPC client and server for talpid" license = "GPL-3.0" diff --git a/talpid-types/Cargo.toml b/talpid-types/Cargo.toml index d9b58615b8..d54fc0e303 100644 --- a/talpid-types/Cargo.toml +++ b/talpid-types/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "talpid-types" version = "0.1.0" -authors = ["Mullvad VPN <admin@mullvad.net>", "Linus Färnstrand <linus@mullvad.net>", "Erik Larkö <erik@mullvad.net>", "Andrej Mihajlov <and@mullvad.net>"] +authors = ["Mullvad VPN <admin@mullvad.net>"] description = "Common base structures for talpid" license = "GPL-3.0" |
