From aab647bf24abaef0f7550dbcc331ae3f33076bf0 Mon Sep 17 00:00:00 2001 From: "Aaron W. Swenson" Date: Wed, 25 Nov 2020 21:39:27 -0500 Subject: [PATCH] dev-db/pgrouting: Use HTTPS for homepage Signed-off-by: Aaron W. Swenson --- dev-db/pgrouting/pgrouting-3.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/pgrouting/pgrouting-3.1.1.ebuild b/dev-db/pgrouting/pgrouting-3.1.1.ebuild index 2414673c05565..519683a61f954 100644 --- a/dev-db/pgrouting/pgrouting-3.1.1.ebuild +++ b/dev-db/pgrouting/pgrouting-3.1.1.ebuild @@ -12,7 +12,7 @@ POSTGRES_USEDEP="server" inherit cmake postgres-multi DESCRIPTION="pgRouting extends PostGIS and PostgreSQL with geospatial routing functionality." -HOMEPAGE="http://pgrouting.org/" +HOMEPAGE="https://pgrouting.org/" LICENSE="GPL-2 MIT Boost-1.0" SLOT="0"