nckx pushed a commit to branch master
in repository guix.

commit facee7941fb4f7430deea329da4705b8858b2c9f
Author: Tobias Geerinckx-Rice <[email protected]>
Date:   Mon Jan 15 07:28:43 2018 +0100

    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(-)

diff --git a/gnu/packages/gps.scm b/gnu/packages/gps.scm
index abdd024..2b652c7 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

Reply via email to