diff options
author | Leo Famulari <leo@famulari.name> | 2016-11-04 20:06:10 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-11-05 01:12:35 -0400 |
commit | c2f4cab9a062bdd01af48584424f38ccebb7c29d (patch) | |
tree | b472bc0e9e4975f9d3dd235f632381377a93b50b /gnu/packages/libidn.scm | |
parent | 250a8abc6634291334029b689b89058ba33b0ec4 (diff) | |
download | patches-c2f4cab9a062bdd01af48584424f38ccebb7c29d.tar patches-c2f4cab9a062bdd01af48584424f38ccebb7c29d.tar.gz |
gnu: libidn: Distinguish from libidn2.
* gnu/packages/libidn.scm (libidn)[description]: Add detail to help distinguish
from libidn2.
Diffstat (limited to 'gnu/packages/libidn.scm')
-rw-r--r-- | gnu/packages/libidn.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/libidn.scm b/gnu/packages/libidn.scm index 141ad7a831..79baa39a21 100644 --- a/gnu/packages/libidn.scm +++ b/gnu/packages/libidn.scm @@ -41,7 +41,8 @@ (description "libidn is a library implementing of the Stringprep, Punycode and IDNA specifications. These are used to encode and decode internationalized domain -names. It includes native C, C# and Java libraries.") +names according to the IDNA2003 specifications. It includes native C, C# and +Java libraries.") ;; The C code is dual-licensed gpl2+ lgpl3+, the manual is fdl1.3+, ;; the command line tool is gpl3+. (license (list gpl2+ gpl3+ lgpl3+ fdl1.3+)) |