summaryrefslogtreecommitdiff
path: root/gnu/packages/telephony.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-01-09 02:54:03 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2018-01-09 16:41:52 +0100
commit6c0b088740ee6b86c673b682bee923949b4ec609 (patch)
tree488c04e76435445e0efcde3c374f897c9bce8845 /gnu/packages/telephony.scm
parentb0c7e053d8bc581a8a58be4cee9fbe3afecd457f (diff)
downloadguix-patches-6c0b088740ee6b86c673b682bee923949b4ec609.tar
guix-patches-6c0b088740ee6b86c673b682bee923949b4ec609.tar.gz
gnu: libsrtp: Mark up description.
* gnu/packages/telephony.scm (libsrtp)[description]: Use @dfn.
Diffstat (limited to 'gnu/packages/telephony.scm')
-rw-r--r--gnu/packages/telephony.scm7
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)))