From 29fb75d8f61b9b741b886e8eca70bffbc7984a79 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 24 Aug 2018 09:27:37 +0000 Subject: [PATCH] tile38: secure url(s) Closes #31428. Signed-off-by: Dominyk Tiller --- Formula/tile38.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/tile38.rb b/Formula/tile38.rb index cd6a715418..0e9eb62aba 100644 --- a/Formula/tile38.rb +++ b/Formula/tile38.rb @@ -1,6 +1,6 @@ class Tile38 < Formula desc "In-memory geolocation data store, spatial index, and realtime geofence" - homepage "http://tile38.com" + homepage "https://tile38.com/" url "https://github.com/tidwall/tile38/archive/1.12.3.tar.gz" sha256 "cce456df7a98a8901e3c6d7d468a9b20e841475cb255493ce368b991d1ab8d95" head "https://github.com/tidwall/tile38.git"