gnu: libidn: Distinguish from libidn2.

* gnu/packages/libidn.scm (libidn)[description]: Add detail to help distinguish
from libidn2.
This commit is contained in:
Leo Famulari 2016-11-04 20:06:10 -04:00
parent 250a8abc66
commit c2f4cab9a0
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,8 @@
(description (description
"libidn is a library implementing of the Stringprep, Punycode and IDNA "libidn is a library implementing of the Stringprep, Punycode and IDNA
specifications. These are used to encode and decode internationalized domain 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 C code is dual-licensed gpl2+ lgpl3+, the manual is fdl1.3+,
;; the command line tool is gpl3+. ;; the command line tool is gpl3+.
(license (list gpl2+ gpl3+ lgpl3+ fdl1.3+)) (license (list gpl2+ gpl3+ lgpl3+ fdl1.3+))