[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: libidn: Distinguish from libidn2.
From: |
Leo Famulari |
Subject: |
02/02: gnu: libidn: Distinguish from libidn2. |
Date: |
Sat, 5 Nov 2016 05:13:12 +0000 (UTC) |
lfam pushed a commit to branch master
in repository guix.
commit c2f4cab9a062bdd01af48584424f38ccebb7c29d
Author: Leo Famulari <address@hidden>
Date: Fri Nov 4 20:06:10 2016 -0400
gnu: libidn: Distinguish from libidn2.
* gnu/packages/libidn.scm (libidn)[description]: Add detail to help
distinguish
from libidn2.
---
gnu/packages/libidn.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/libidn.scm b/gnu/packages/libidn.scm
index 141ad7a..79baa39 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+))