summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--mullvad-daemon/Cargo.toml2
-rw-r--r--talpid-core/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/mullvad-daemon/Cargo.toml b/mullvad-daemon/Cargo.toml
index 026a5c47a3..7aa221f450 100644
--- a/mullvad-daemon/Cargo.toml
+++ b/mullvad-daemon/Cargo.toml
@@ -2,7 +2,7 @@
name = "mullvad-daemon"
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>"]
-description = "Mullvad VPN backend daemon. Runs and controls the VPN tunnels."
+description = "Mullvad VPN daemon. Runs and controls the VPN tunnels"
license = "GPL-3.0"
build = "build.rs"
diff --git a/talpid-core/Cargo.toml b/talpid-core/Cargo.toml
index e4bdf37187..b49a7bf5d8 100644
--- a/talpid-core/Cargo.toml
+++ b/talpid-core/Cargo.toml
@@ -2,7 +2,7 @@
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>"]
-description = "Core backend functionality of the Mullvad VPN client"
+description = "Privacy preserving and secure VPN client library"
license = "GPL-3.0"
[dependencies]