mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: protonvpn-cli: Tweak description.
* gnu/packages/vpn.scm (protonvpn-cli)[description]: Tweak.
This commit is contained in:
parent
c873980d18
commit
86ac14b2f3
1 changed files with 4 additions and 4 deletions
|
@ -340,10 +340,10 @@ (define-public protonvpn-cli
|
||||||
`(("openvpn" ,openvpn)))
|
`(("openvpn" ,openvpn)))
|
||||||
(synopsis "Command-line client for ProtonVPN")
|
(synopsis "Command-line client for ProtonVPN")
|
||||||
(description
|
(description
|
||||||
"Official CLI for ProtonVPN, a secure point-to-point virtual private
|
"This is the official command-line interface for ProtonVPN, a secure
|
||||||
networking service with a gratis tier. It can automatically find and connect
|
point-to-point virtual private networking (VPN) service with a gratis tier.
|
||||||
to the fastest servers or use TOR over VPN. The gratis tier offers unlimited
|
It can automatically find and connect to the fastest servers or use Tor over
|
||||||
bandwidth for up to 10 devices.")
|
VPN. The gratis tier offers unlimited bandwidth for up to 10 devices.")
|
||||||
(home-page "https://github.com/ProtonVPN/linux-cli")
|
(home-page "https://github.com/ProtonVPN/linux-cli")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue