mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: openvpn: Mark up description.
* gnu/packages/vpn.scm (openvpn)[description]: Use @dfn.
This commit is contained in:
parent
0d34993a65
commit
9599339c59
1 changed files with 3 additions and 2 deletions
|
@ -262,11 +262,12 @@ (define-public openvpn
|
|||
("linux-pam" ,linux-pam)))
|
||||
(home-page "https://openvpn.net/")
|
||||
(synopsis "Virtual private network daemon")
|
||||
(description "OpenVPN implements virtual private network (VPN) techniques
|
||||
(description
|
||||
"OpenVPN implements virtual private network (@dfn{VPN}) techniques
|
||||
for creating secure point-to-point or site-to-site connections in routed or
|
||||
bridged configurations and remote access facilities. It uses a custom
|
||||
security protocol that utilizes SSL/TLS for key exchange. It is capable of
|
||||
traversing network address translators (NATs) and firewalls.")
|
||||
traversing network address translators (@dfn{NAT}s) and firewalls.")
|
||||
(license license:gpl2)))
|
||||
|
||||
(define-public tinc
|
||||
|
|
Loading…
Reference in a new issue