kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.

commit 5908cb667416f176c23788e0d7211542cf278e67
Author: Efraim Flashner <[email protected]>
Date:   Sun Nov 10 11:50:24 2019 +0200

    gnu: polkit-qt: Use https for home-page.
    
    * gnu/packages/polkit.scm (home-page): Use https.
---
 gnu/packages/polkit.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/polkit.scm b/gnu/packages/polkit.scm
index 4937d6a..d868ace 100644
--- a/gnu/packages/polkit.scm
+++ b/gnu/packages/polkit.scm
@@ -161,7 +161,7 @@ for unprivileged applications.")
                                               (assoc-ref %outputs "out")
                                               "/lib64"))
        #:tests? #f)) ; there is a test subdirectory, but no test target
-    (home-page "http://api.kde.org/kdesupport-api/polkit-qt-1-apidocs/";)
+    (home-page "https://api.kde.org/kdesupport-api/polkit-qt-1-apidocs/";)
     (synopsis "Qt frontend to the polkit library")
     (description "Polkit-qt is a library that lets developers use the
 PolicyKit API through a Qt-styled API.  It is mainly a wrapper around

Reply via email to