diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-11-16 01:59:45 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-11-21 02:53:00 +0100 |
commit | e26e55c86c35efc8f8ad39b1a9cb12231cc04b8f (patch) | |
tree | c0a0c12420acdadc1e3e72b6fa07c62a8454d0e9 | |
parent | 74a83085da43dded54f04905e7d609ed84a2691e (diff) | |
download | guix-e26e55c86c35efc8f8ad39b1a9cb12231cc04b8f.tar guix-e26e55c86c35efc8f8ad39b1a9cb12231cc04b8f.tar.gz |
gnu: nss: Mark up description.
* gnu/packages/gnuzilla.scm (nss)[description]: Use @dfn.
-rw-r--r-- | gnu/packages/gnuzilla.scm | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm index 3499f48594..814d37270e 100644 --- a/gnu/packages/gnuzilla.scm +++ b/gnu/packages/gnuzilla.scm @@ -7,6 +7,7 @@ ;;; Copyright © 2016 Alex Griffin <a@ajgrf.com> ;;; Copyright © 2017 Clément Lassieur <clement@lassieur.org> ;;; Copyright © 2017 ng0 <ng0@infotropique.org> +;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr> ;;; ;;; This file is part of GNU Guix. ;;; @@ -381,11 +382,11 @@ in the Mozilla clients.") "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS") (synopsis "Network Security Services") (description - "Network Security Services (NSS) is a set of libraries designed to support -cross-platform development of security-enabled client and server applications. -Applications built with NSS can support SSL v2 and v3, TLS, PKCS #5, PKCS #7, -PKCS #11, PKCS #12, S/MIME, X.509 v3 certificates, and other security -standards.") + "Network Security Services (@dfn{NSS}) is a set of libraries designed to +support cross-platform development of security-enabled client and server +applications. Applications built with NSS can support SSL v2 and v3, TLS, +PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3 certificates, and other +security standards.") (license license:mpl2.0))) (define (mozilla-patch file-name changeset hash) |