diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-15 07:28:43 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-15 07:28:43 +0100 |
commit | facee7941fb4f7430deea329da4705b8858b2c9f (patch) | |
tree | 0c97d77850ac89a61428282459e365d07df917d8 /gnu/packages/gps.scm | |
parent | 85389321f023f3de2d454237d06d4014454da907 (diff) | |
download | guix-facee7941fb4f7430deea329da4705b8858b2c9f.tar guix-facee7941fb4f7430deea329da4705b8858b2c9f.tar.gz |
gnu: gpsbabel: Use HTTPS for home page.
* gnu/packages/gps.scm (gpsbabel)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/gps.scm')
-rw-r--r-- | gnu/packages/gps.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |