From c20ce40a5f000e1855cc30d8393295c4fa05ae79 Mon Sep 17 00:00:00 2001 From: David Hicks Date: Sun, 30 Jul 2017 04:59:09 +1000 Subject: sci-geosciences/osm2pgsql: use HTTPS for GitHub and HOMEPAGE Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- sci-geosciences/osm2pgsql/osm2pgsql-99999999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sci-geosciences/osm2pgsql/osm2pgsql-99999999.ebuild') diff --git a/sci-geosciences/osm2pgsql/osm2pgsql-99999999.ebuild b/sci-geosciences/osm2pgsql/osm2pgsql-99999999.ebuild index 675ca03e0dd4..44e16db48041 100644 --- a/sci-geosciences/osm2pgsql/osm2pgsql-99999999.ebuild +++ b/sci-geosciences/osm2pgsql/osm2pgsql-99999999.ebuild @@ -5,10 +5,10 @@ EAPI=6 inherit cmake-utils git-r3 -EGIT_REPO_URI="git://github.com/openstreetmap/osm2pgsql.git" +EGIT_REPO_URI="https://github.com/openstreetmap/${PN}.git" DESCRIPTION="Converts OSM planet.osm data to a PostgreSQL/PostGIS database" -HOMEPAGE="http://wiki.openstreetmap.org/wiki/Osm2pgsql" +HOMEPAGE="https://wiki.openstreetmap.org/wiki/Osm2pgsql" SRC_URI="" LICENSE="GPL-2" -- cgit v1.2.3-65-gdbad