diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-23 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-30 02:00:00 +0200 |
commit | 79e8072a18cb74861a9a7a14a1cd469eb23b0eba (patch) | |
tree | b841ac80bb2e5d2e4b68d6a132eda3007ccc8eff /gnu | |
parent | 7bb1bea4d7345cbe2ab9f6ea6d9194b23fedef63 (diff) |
gnu: dconf: Update home page.
* gnu/packages/gnome.scm (dconf)[home-page]: Update.
Diffstat (limited to 'gnu')
-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 18f0783208..c887da7003 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4689,7 +4689,7 @@ and RDP protocols.") (propagated-inputs ;; In Requires of dconf.pc. (list glib)) - (home-page "https://developer.gnome.org/dconf/") + (home-page "https://wiki.gnome.org/action/show/Projects/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 |