diff options
author | Marius Bakke <marius@gnu.org> | 2020-12-08 00:05:44 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-12-08 00:45:56 +0100 |
commit | 63be1a7daeedbad31346127c52c3b96b9bc6fca8 (patch) | |
tree | 117283fff35cb979631ca21d2eb7d6505293e61e /gnu/packages/kde.scm | |
parent | 608113c083312d31d74a7a395c8537dc32484c3d (diff) | |
download | guix-63be1a7daeedbad31346127c52c3b96b9bc6fca8.tar.gz |
gnu: qca: Correct license.
* gnu/packages/kde.scm (qca)[license]: Change from LGPL2.1 to LGPL2.1+.
Diffstat (limited to 'gnu/packages/kde.scm')
-rw-r--r-- | gnu/packages/kde.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm index 546d8caa9b..1f747ecfd4 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 |