diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-11-14 05:36:49 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-11-15 03:19:18 +0100 |
commit | 99adfd7d3dab9ad17163b2012f1ae1ffc174ff7d (patch) | |
tree | d03417ffb3db2fa08b74020db5947f9e3ea5d886 /gnu/packages/gnome.scm | |
parent | dba7028f1411d5e01bef7bbf9990d9e872e764c7 (diff) | |
download | guix-99adfd7d3dab9ad17163b2012f1ae1ffc174ff7d.tar guix-99adfd7d3dab9ad17163b2012f1ae1ffc174ff7d.tar.gz |
gnu: geoclue: Use HTTPS for home page.
* gnu/packages/gnome.scm (geoclue)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index c5eafc7d67..abe4305706 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -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 |