diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2019-11-10 11:50:24 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2019-11-10 11:50:24 +0200 |
commit | 943cc0e86061a0f460e580593f3cabaa7932b3ba (patch) | |
tree | 26ccdc30b6bfce81562775debdb3d4ae5f59e9f1 /gnu/packages/polkit.scm | |
parent | 1780e7864c736aa2b9ab60ccf1daf7cc95051aef (diff) | |
download | patches-943cc0e86061a0f460e580593f3cabaa7932b3ba.tar patches-943cc0e86061a0f460e580593f3cabaa7932b3ba.tar.gz |
gnu: polkit-qt: Use https for home-page.
* gnu/packages/polkit.scm (home-page): Use https.
Diffstat (limited to 'gnu/packages/polkit.scm')
-rw-r--r-- | gnu/packages/polkit.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/polkit.scm b/gnu/packages/polkit.scm index 4937d6a9e5..d868aceec2 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 |