diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-07-27 03:40:00 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-07-28 17:27:15 +0200 |
commit | e20e6b40613b7ab2973f7ca1621edfaff8cbdf00 (patch) | |
tree | 61f4f844ae487e664fda4f0494e900144ea8d51c /gnu/packages/gnome.scm | |
parent | 03676d6f35790f5816183f7de8dd1ba60562416c (diff) | |
download | patches-e20e6b40613b7ab2973f7ca1621edfaff8cbdf00.tar patches-e20e6b40613b7ab2973f7ca1621edfaff8cbdf00.tar.gz |
gnu: dconf: Update license.
* gnu/packages/gnome.scm (dconf)[license]: Change from LGPL2.1 to LGPL2.1+.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
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 |