mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: geoclue: Use HTTPS for home page.
* gnu/packages/gnome.scm (geoclue)[home-page]: Use HTTPS.
This commit is contained in:
parent
dba7028f14
commit
99adfd7d3d
1 changed files with 1 additions and 1 deletions
|
@ -2834,7 +2834,7 @@ (define-public geoclue
|
|||
("glib" ,glib)
|
||||
("json-glib" ,json-glib)
|
||||
("libsoup" ,libsoup)))
|
||||
(home-page "http://freedesktop.org/wiki/Software/GeoClue/")
|
||||
(home-page "https://www.freedesktop.org/wiki/Software/GeoClue/")
|
||||
(synopsis "Geolocation service")
|
||||
(description "Geoclue is a D-Bus service that provides location
|
||||
information. The primary goal of the Geoclue project is to make creating
|
||||
|
|
Loading…
Reference in a new issue