guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/04: gnu: qca: Correct license.


From: guix-commits
Subject: 01/04: gnu: qca: Correct license.
Date: Mon, 7 Dec 2020 18:46:26 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 63be1a7daeedbad31346127c52c3b96b9bc6fca8
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Dec 8 00:05:44 2020 +0100

    gnu: qca: Correct license.
    
    * gnu/packages/kde.scm (qca)[license]: Change from LGPL2.1 to LGPL2.1+.
---
 gnu/packages/kde.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 546d8ca..1f747ec 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -518,7 +518,7 @@ used in KDE development tools Kompare and KDevelop.")
 straightforward and cross-platform API for a range of cryptographic features,
 including SSL/TLS, X.509 certificates, SASL, OpenPGP, S/MIME CMS, and smart
 cards.")
-    (license license:lgpl2.1)))
+    (license license:lgpl2.1+)))
 
 (define-public kpmcore
   (package



reply via email to

[Prev in Thread] Current Thread [Next in Thread]