From 99adfd7d3dab9ad17163b2012f1ae1ffc174ff7d Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Tue, 14 Nov 2017 05:36:49 +0100 Subject: gnu: geoclue: Use HTTPS for home page. * gnu/packages/gnome.scm (geoclue)[home-page]: Use HTTPS. --- gnu/packages/gnome.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages') 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 -- cgit v1.2.3