diff options
author | Brice Waegeneire <brice@waegenei.re> | 2020-05-21 15:54:02 +0200 |
---|---|---|
committer | Brice Waegeneire <brice@waegenei.re> | 2020-05-23 21:47:23 +0200 |
commit | 79d7b5277f803d474f8934b1680ce598c9c27e2d (patch) | |
tree | 75f6ab8671e388289504db222ca02a81afc6aa83 /gnu/packages/gnome.scm | |
parent | 899ffa1381afbf5f955aeba4839e920b3d910953 (diff) | |
download | patches-79d7b5277f803d474f8934b1680ce598c9c27e2d.tar patches-79d7b5277f803d474f8934b1680ce598c9c27e2d.tar.gz |
gnu: dconf: Appease 'guix lint'.
* gnu/packages/gnome.scm (dconf)[homepage]: Avoid permanent redirect.
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 db4678e3ce..49fb2c8f0c 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3436,7 +3436,7 @@ and RDP protocols.") ; 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 |