gnu: gpsbabel: Use HTTPS for home page.
* gnu/packages/gps.scm (gpsbabel)[home-page]: Use HTTPS.
This commit is contained in:
parent
85389321f0
commit
facee7941f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue