mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: libsrtp: Mark up description.
* gnu/packages/telephony.scm (libsrtp)[description]: Use @dfn.
This commit is contained in:
parent
b0c7e053d8
commit
6c0b088740
1 changed files with 4 additions and 3 deletions
|
@ -244,9 +244,10 @@ (define-public libsrtp
|
|||
(("words.txt") "FAQ"))
|
||||
#t)))))
|
||||
(synopsis "Secure RTP (SRTP) Reference Implementation")
|
||||
(description "This package provides an implementation of the Secure
|
||||
Real-time Transport Protocol (SRTP), the Universal Security Transform (UST),
|
||||
and a supporting cryptographic kernel.")
|
||||
(description
|
||||
"This package provides an implementation of the Secure Real-time Transport
|
||||
Protocol (@dfn{SRTP}), the Universal Security Transform (@dfn{UST}), and a
|
||||
supporting cryptographic kernel.")
|
||||
(home-page "https://github.com/cisco/libsrtp")
|
||||
(license license:bsd-3)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue