~ruther/guix-local

6c0b088740ee6b86c673b682bee923949b4ec609 — Tobias Geerinckx-Rice 8 years ago b0c7e05
gnu: libsrtp: Mark up description.

* gnu/packages/telephony.scm (libsrtp)[description]: Use @dfn.
1 files changed, 4 insertions(+), 3 deletions(-)

M gnu/packages/telephony.scm
M gnu/packages/telephony.scm => gnu/packages/telephony.scm +4 -3
@@ 244,9 244,10 @@ internet.")
               (("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)))