aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2018-07-27 03:40:00 +0200
committerMarius Bakke <mbakke@fastmail.com>2018-07-28 17:27:15 +0200
commite20e6b40613b7ab2973f7ca1621edfaff8cbdf00 (patch)
tree61f4f844ae487e664fda4f0494e900144ea8d51c
parent03676d6f35790f5816183f7de8dd1ba60562416c (diff)
downloadguix-e20e6b40613b7ab2973f7ca1621edfaff8cbdf00.tar
guix-e20e6b40613b7ab2973f7ca1621edfaff8cbdf00.tar.gz
gnu: dconf: Update license.
* gnu/packages/gnome.scm (dconf)[license]: Change from LGPL2.1 to LGPL2.1+.
-rw-r--r--gnu/packages/gnome.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 389ea2ce85..896d7090d6 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2266,7 +2266,7 @@ and RDP protocols.")
(description "Dconf is a low-level configuration system. Its main purpose
is to provide a backend to GSettings on platforms that don't already have
configuration storage systems.")
- (license license:lgpl2.1)))
+ (license license:lgpl2.1+)))
(define-public json-glib
(package