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 /talpid-ipc | |
| parent | 45ef238f58fcf93be5896c993dde98a6028e8eed (diff) | |
| download | mullvadvpn-fcaeeb05d10a0fbd2e1ae6df2df2b17d9283807e.tar.xz mullvadvpn-fcaeeb05d10a0fbd2e1ae6df2df2b17d9283807e.zip | |
Remove everyone from authors field of libraries
Diffstat (limited to 'talpid-ipc')
| -rw-r--r-- | talpid-ipc/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
