diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-12-01 22:33:23 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-12-01 22:33:23 +0100 |
commit | 79c311b81cd8b12075f4c8028a65787481ee40c5 (patch) | |
tree | 7fed0959acc6c75a7ad84c18fa4f7bdc83dfbc84 /gnu/packages/nettle.scm | |
parent | e6a9aa366efb55f8556dd55b8fb6869d40c1d387 (diff) | |
download | patches-79c311b81cd8b12075f4c8028a65787481ee40c5.tar patches-79c311b81cd8b12075f4c8028a65787481ee40c5.tar.gz |
gnu: Synchronize descriptions with 'gnumaint'.
Diffstat (limited to 'gnu/packages/nettle.scm')
-rw-r--r-- | gnu/packages/nettle.scm | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gnu/packages/nettle.scm b/gnu/packages/nettle.scm index f93c914996..4e9b3dd7b7 100644 --- a/gnu/packages/nettle.scm +++ b/gnu/packages/nettle.scm @@ -39,9 +39,10 @@ (inputs `(("m4" ,m4))) (propagated-inputs `(("gmp" ,gmp))) (home-page "http://www.lysator.liu.se/~nisse/nettle/") - (synopsis "C library for low-level crytographic functionality") + (synopsis "C library for low-level cryptographic functionality") (description - "Nettle is a low-level cryptographic library. It is designed to fit in -easily in almost any context. It can be easily included in cryptographic -toolkits for object-oriented languages or in applications themselves.") + "GNU Nettle is a low-level cryptographic library. It is designed to +fit in easily in almost any context. It can be easily included in +cryptographic toolkits for object-oriented languages or in applications +themselves.") (license gpl2+))) |