diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-19 01:06:10 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-13 22:57:04 +0100 |
commit | 0d49a4bbe1df4b12abf1ca2710170b568e33c140 (patch) | |
tree | fa96f6b5bdcc5d00c79bb47cde042c4925dbaa46 /gnu/packages/geo.scm | |
parent | bbaaee631970a03bc8a929fb900fad57894d731d (diff) | |
download | patches-0d49a4bbe1df4b12abf1ca2710170b568e33c140.tar patches-0d49a4bbe1df4b12abf1ca2710170b568e33c140.tar.gz |
gnu: tegola: Use HTTPS home page.
* gnu/packages/geo.scm (tegola)[home-page]: Use HTTPS.
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 7fd04f25c3..0e5afdae30 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -776,7 +776,7 @@ extension.") "cmd/tegola_lambda/main.go") (("version not set") ,version))) #t))))) - (home-page "http://tegola.io") + (home-page "https://tegola.io") (synopsis "Vector tile server for maps") (description "Tegola is a free vector tile server written in Go. Tegola takes geospatial data and slices it into vector tiles that can be efficiently |