diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2020-11-25 21:39:27 -0500 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2020-11-25 21:39:27 -0500 |
commit | aab647bf24abaef0f7550dbcc331ae3f33076bf0 (patch) | |
tree | 67cf874ed41b01a2e7758c1ebc79b4a9a6ca9001 /dev-db | |
parent | dev-db/pgrouting: Bump to 3.1.1 (diff) | |
download | gentoo-aab647bf24abaef0f7550dbcc331ae3f33076bf0.tar.gz gentoo-aab647bf24abaef0f7550dbcc331ae3f33076bf0.tar.bz2 gentoo-aab647bf24abaef0f7550dbcc331ae3f33076bf0.zip |
dev-db/pgrouting: Use HTTPS for homepage
Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/pgrouting/pgrouting-3.1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/pgrouting/pgrouting-3.1.1.ebuild b/dev-db/pgrouting/pgrouting-3.1.1.ebuild index 2414673c0556..519683a61f95 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" |