diff options
author | Arun Isaac <arunisaac@systemreboot.net> | 2019-12-26 16:20:16 +0530 |
---|---|---|
committer | Arun Isaac <arunisaac@systemreboot.net> | 2019-12-26 18:54:43 +0530 |
commit | e7453b3cb58faaa756f6dacc49704879fa1f4722 (patch) | |
tree | c1518197009d28a91af66d427d2662d9c6491488 /gnu/packages/geo.scm | |
parent | 6cde07379f2a049b8c7f0eca90959f6c170c4102 (diff) |
gnu: gdal: Use HTTPS home page URI.
* gnu/packages/geo.scm (gdal)[home-page]: Use HTTPS URI.
Diffstat (limited to 'gnu/packages/geo.scm')
-rw-r--r-- | gnu/packages/geo.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index cec5613152..8e8e6dbe3b 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -634,7 +634,7 @@ development.") ("proj" ,proj) ("sqlite" ,sqlite) ("zlib" ,zlib))) - (home-page "http://www.gdal.org/") + (home-page "https://gdal.org/") (synopsis "Raster and vector geospatial data format library") (description "GDAL is a translator library for raster and vector geospatial data formats. As a library, it presents a single raster abstract data model |