guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/06: gnu: dconf: Appease 'guix lint'.


From: guix-commits
Subject: 05/06: gnu: dconf: Appease 'guix lint'.
Date: Sat, 23 May 2020 15:51:26 -0400 (EDT)

bricewge pushed a commit to branch master
in repository guix.

commit 79d7b5277f803d474f8934b1680ce598c9c27e2d
Author: Brice Waegeneire <address@hidden>
AuthorDate: Thu May 21 15:54:02 2020 +0200

    gnu: dconf: Appease 'guix lint'.
    
    * gnu/packages/gnome.scm (dconf)[homepage]: Avoid permanent redirect.
---
 gnu/packages/gnome.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index db4678e..49fb2c8 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]