diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 20:41:48 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-21 18:33:39 +0100 |
commit | 3fbb7bec1cf192d80cddf7fd2a2d3b438b5a6d31 (patch) | |
tree | 647e8717a73574167d4fd805ce65956fa3b54180 /gnu/packages/geo.scm | |
parent | 92a79fee20c0c072200a759d04ea1b35470f8fae (diff) | |
download | patches-3fbb7bec1cf192d80cddf7fd2a2d3b438b5a6d31.tar patches-3fbb7bec1cf192d80cddf7fd2a2d3b438b5a6d31.tar.gz |
gnu: proj: Update home page.
* gnu/packages/geo.scm (proj)[home-page]: Use new (HTTPS) domain.
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 61b8e55e52..b0fdd06d08 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -393,7 +393,7 @@ functionality of proj in their own software.") #t))))) (inputs `(("glib" ,glib))) - (home-page "http://proj4.org/") + (home-page "https://proj.org/") (synopsis "Cartographic Projections Library") (description "Proj.4 is a library for converting coordinates between cartographic |