mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: dconf: Update license.
* gnu/packages/gnome.scm (dconf)[license]: Change from LGPL2.1 to LGPL2.1+.
This commit is contained in:
parent
03676d6f35
commit
e20e6b4061
1 changed files with 1 additions and 1 deletions
|
@ -2266,7 +2266,7 @@ (define-public dconf
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue