summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-05-24 22:05:11 +0200
committerLudovic Courtès <ludo@gnu.org>2020-05-25 00:00:28 +0200
commit86ac14b2f37efbb6f4a3ed1c3e183fbc9496b7a5 (patch)
tree9695ae57928ac9c1401ff59a1b11f5382b5132ea
parentc873980d187ea6f79a0e91c7d1baf5b301dc5035 (diff)
downloadpatches-86ac14b2f37efbb6f4a3ed1c3e183fbc9496b7a5.tar
patches-86ac14b2f37efbb6f4a3ed1c3e183fbc9496b7a5.tar.gz
gnu: protonvpn-cli: Tweak description.
* gnu/packages/vpn.scm (protonvpn-cli)[description]: Tweak.
-rw-r--r--gnu/packages/vpn.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm
index 8f7fb3b577..dbfd11626a 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -340,10 +340,10 @@ traversing network address translators (@dfn{NAT}s) and firewalls.")
`(("openvpn" ,openvpn)))
(synopsis "Command-line client for ProtonVPN")
(description
- "Official CLI for ProtonVPN, a secure point-to-point virtual private
-networking service with a gratis tier. It can automatically find and connect
-to the fastest servers or use TOR over VPN. The gratis tier offers unlimited
-bandwidth for up to 10 devices.")
+ "This is the official command-line interface for ProtonVPN, a secure
+point-to-point virtual private networking (VPN) service with a gratis tier.
+It can automatically find and connect to the fastest servers or use Tor over
+VPN. The gratis tier offers unlimited bandwidth for up to 10 devices.")
(home-page "https://github.com/ProtonVPN/linux-cli")
(license license:gpl3+)))