diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-09 02:54:03 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-09 16:41:52 +0100 |
commit | 6c0b088740ee6b86c673b682bee923949b4ec609 (patch) | |
tree | 488c04e76435445e0efcde3c374f897c9bce8845 /gnu | |
parent | b0c7e053d8bc581a8a58be4cee9fbe3afecd457f (diff) | |
download | guix-6c0b088740ee6b86c673b682bee923949b4ec609.tar guix-6c0b088740ee6b86c673b682bee923949b4ec609.tar.gz |
gnu: libsrtp: Mark up description.
* gnu/packages/telephony.scm (libsrtp)[description]: Use @dfn.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/telephony.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm index ae2e229ff6..53bc9f950b 100644 --- a/gnu/packages/telephony.scm +++ b/gnu/packages/telephony.scm @@ -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))) |