From facee7941fb4f7430deea329da4705b8858b2c9f Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Mon, 15 Jan 2018 07:28:43 +0100 Subject: gnu: gpsbabel: Use HTTPS for home page. * gnu/packages/gps.scm (gpsbabel)[home-page]: Use HTTPS. --- gnu/packages/gps.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/gps.scm') diff --git a/gnu/packages/gps.scm b/gnu/packages/gps.scm index abdd024731..2b652c75c7 100644 --- a/gnu/packages/gps.scm +++ b/gnu/packages/gps.scm @@ -76,7 +76,7 @@ (native-inputs `(("which" ,which) ("libxml2" ,libxml2))) ;'xmllint' needed for the KML tests - (home-page "http://www.gpsbabel.org/") + (home-page "https://www.gpsbabel.org/") (synopsis "Convert and exchange data with GPS and map programs") (description "GPSBabel converts waypoints, tracks, and routes between hundreds of -- cgit v1.2.3