summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2020-01-15 16:48:18 -0300
committerJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2020-01-15 16:48:18 -0300
commitd0927bbedd19501bbd9e877b977b69e3a08af2d0 (patch)
treeed6139b88bcd660bfd901a37c6b6c47f13476d1a
parent09feea99e2d97b4f71d71239427d0d23340cc7a0 (diff)
parentc3ea81f4aa0cde8f58cc06a1e62839aa0e506b26 (diff)
downloadmullvadvpn-d0927bbedd19501bbd9e877b977b69e3a08af2d0.tar.xz
mullvadvpn-d0927bbedd19501bbd9e877b977b69e3a08af2d0.zip
Merge branch 'remove-unused-email'
-rw-r--r--mullvad-cli/Cargo.toml2
-rw-r--r--mullvad-daemon/Cargo.toml2
-rw-r--r--mullvad-ipc-client/Cargo.toml2
-rw-r--r--mullvad-jni/Cargo.toml2
-rw-r--r--mullvad-paths/Cargo.toml2
-rw-r--r--mullvad-problem-report/Cargo.toml2
-rw-r--r--mullvad-rpc/Cargo.toml2
-rw-r--r--mullvad-tests/Cargo.toml2
-rw-r--r--mullvad-types/Cargo.toml2
-rw-r--r--talpid-core/Cargo.toml2
-rw-r--r--talpid-ipc/Cargo.toml2
-rw-r--r--talpid-openvpn-plugin/Cargo.toml2
-rw-r--r--talpid-types/Cargo.toml2
13 files changed, 13 insertions, 13 deletions
diff --git a/mullvad-cli/Cargo.toml b/mullvad-cli/Cargo.toml
index 955d1901a5..65109625c6 100644
--- a/mullvad-cli/Cargo.toml
+++ b/mullvad-cli/Cargo.toml
@@ -2,7 +2,7 @@
name = "mullvad-cli"
version = "2019.10.0"
authors = [
- "Mullvad VPN <admin@mullvad.net>",
+ "Mullvad VPN",
"Andrej Mihajlov <and@mullvad.net>",
"Emīls Piņķis <emils@mullvad.net>",
"Erik Larkö <erik@mullvad.net>",
diff --git a/mullvad-daemon/Cargo.toml b/mullvad-daemon/Cargo.toml
index 79b973c79b..768099ed33 100644
--- a/mullvad-daemon/Cargo.toml
+++ b/mullvad-daemon/Cargo.toml
@@ -2,7 +2,7 @@
name = "mullvad-daemon"
version = "2019.10.0"
authors = [
- "Mullvad VPN <admin@mullvad.net>",
+ "Mullvad VPN",
"Andrej Mihajlov <and@mullvad.net>",
"Emīls Piņķis <emils@mullvad.net>",
"Erik Larkö <erik@mullvad.net>",
diff --git a/mullvad-ipc-client/Cargo.toml b/mullvad-ipc-client/Cargo.toml
index 5712eb90c9..3ec5e90519 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>"]
+authors = ["Mullvad VPN"]
description = "RPC client for Mullvad daemon"
license = "GPL-3.0"
edition = "2018"
diff --git a/mullvad-jni/Cargo.toml b/mullvad-jni/Cargo.toml
index 0ec7080990..b546417df8 100644
--- a/mullvad-jni/Cargo.toml
+++ b/mullvad-jni/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "mullvad-jni"
version = "0.1.0"
-authors = ["Mullvad VPN <admin@mullvad.net>"]
+authors = ["Mullvad VPN"]
description = "JNI interface for the Mullvad daemon"
license = "GPL-3.0"
edition = "2018"
diff --git a/mullvad-paths/Cargo.toml b/mullvad-paths/Cargo.toml
index 5d7be90978..3eb0937340 100644
--- a/mullvad-paths/Cargo.toml
+++ b/mullvad-paths/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "mullvad-paths"
version = "0.1.0"
-authors = ["Mullvad VPN <admin@mullvad.net>"]
+authors = ["Mullvad VPN"]
description = "Mullvad VPN application paths and directories"
license = "GPL-3.0"
edition = "2018"
diff --git a/mullvad-problem-report/Cargo.toml b/mullvad-problem-report/Cargo.toml
index 5d97031249..840c96b73e 100644
--- a/mullvad-problem-report/Cargo.toml
+++ b/mullvad-problem-report/Cargo.toml
@@ -2,7 +2,7 @@
name = "mullvad-problem-report"
version = "2019.10.0"
authors = [
- "Mullvad VPN <admin@mullvad.net>",
+ "Mullvad VPN",
"Andrej Mihajlov <and@mullvad.net>",
"Emīls Piņķis <emils@mullvad.net>",
"Erik Larkö <erik@mullvad.net>",
diff --git a/mullvad-rpc/Cargo.toml b/mullvad-rpc/Cargo.toml
index 13dd025514..f9a0238310 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>"]
+authors = ["Mullvad VPN"]
description = "Mullvad VPN RPC clients. Providing an interface to query our infrastructure for information."
license = "GPL-3.0"
edition = "2018"
diff --git a/mullvad-tests/Cargo.toml b/mullvad-tests/Cargo.toml
index 9d9939a4e0..f80d552bf3 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>"]
+authors = ["Mullvad VPN"]
description = "Mullvad test specific modules and binaries"
license = "GPL-3.0"
edition = "2018"
diff --git a/mullvad-types/Cargo.toml b/mullvad-types/Cargo.toml
index 524afe537e..2ad1ebfefa 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>"]
+authors = ["Mullvad VPN"]
description = "Common base data structures for Mullvad VPN client"
license = "GPL-3.0"
edition = "2018"
diff --git a/talpid-core/Cargo.toml b/talpid-core/Cargo.toml
index 5c12749ddd..0084fa44fd 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>"]
+authors = ["Mullvad VPN"]
description = "Privacy preserving and secure VPN client library"
license = "GPL-3.0"
edition = "2018"
diff --git a/talpid-ipc/Cargo.toml b/talpid-ipc/Cargo.toml
index e37eae4fd7..1311bf8d4b 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>"]
+authors = ["Mullvad VPN"]
description = "IPC client and server for talpid"
license = "GPL-3.0"
edition = "2018"
diff --git a/talpid-openvpn-plugin/Cargo.toml b/talpid-openvpn-plugin/Cargo.toml
index c3b3d1eb99..334f805344 100644
--- a/talpid-openvpn-plugin/Cargo.toml
+++ b/talpid-openvpn-plugin/Cargo.toml
@@ -2,7 +2,7 @@
name = "talpid-openvpn-plugin"
version = "2019.10.0"
authors = [
- "Mullvad VPN <admin@mullvad.net>",
+ "Mullvad VPN",
"Andrej Mihajlov <and@mullvad.net>",
"Emīls Piņķis <emils@mullvad.net>",
"Erik Larkö <erik@mullvad.net>",
diff --git a/talpid-types/Cargo.toml b/talpid-types/Cargo.toml
index 24b27e3e63..78144e0bf3 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>"]
+authors = ["Mullvad VPN"]
description = "Common base structures for talpid"
license = "GPL-3.0"
edition = "2018"