mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: polkit-qt: Use https for home-page.
* gnu/packages/polkit.scm (home-page): Use https.
This commit is contained in:
parent
1780e7864c
commit
943cc0e860
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ (define-public polkit-qt
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue