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
|
@ -2834,7 +2834,7 @@ output devices.")
|
|||
("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 New Issue