gnu: dconf: Appease 'guix lint'.

* gnu/packages/gnome.scm (dconf)[homepage]: Avoid permanent redirect.
This commit is contained in:
Brice Waegeneire 2020-05-21 15:54:02 +02:00
parent 899ffa1381
commit 79d7b5277f
No known key found for this signature in database
GPG key ID: A94903A166A18FAE

View file

@ -3436,7 +3436,7 @@ (define-public dconf
; or /etc/machine-id.
#:glib-or-gtk? #t
#:configure-flags '("-Denable-gtk-doc=true")))
(home-page "https://developer.gnome.org/dconf")
(home-page "https://developer.gnome.org/dconf/")
(synopsis "Low-level GNOME configuration system")
(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