diff options
author | David Hicks <david@hicks.id.au> | 2017-07-30 04:59:09 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 12:04:26 +0200 |
commit | c20ce40a5f000e1855cc30d8393295c4fa05ae79 (patch) | |
tree | 6b57d9030c18d6f06f2f9ed06a76ccdf21854ab2 /sci-geosciences | |
parent | sci-chemistry/ParmEd: use HTTPS for GitHub, update HOMEPAGE (diff) | |
download | gentoo-c20ce40a5f000e1855cc30d8393295c4fa05ae79.tar.gz gentoo-c20ce40a5f000e1855cc30d8393295c4fa05ae79.tar.bz2 gentoo-c20ce40a5f000e1855cc30d8393295c4fa05ae79.zip |
sci-geosciences/osm2pgsql: use HTTPS for GitHub and HOMEPAGE
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/osm2pgsql/osm2pgsql-0.92.0.ebuild | 2 | ||||
-rw-r--r-- | sci-geosciences/osm2pgsql/osm2pgsql-99999999.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sci-geosciences/osm2pgsql/osm2pgsql-0.92.0.ebuild b/sci-geosciences/osm2pgsql/osm2pgsql-0.92.0.ebuild index d39268a3f4fe..5baceefb803a 100644 --- a/sci-geosciences/osm2pgsql/osm2pgsql-0.92.0.ebuild +++ b/sci-geosciences/osm2pgsql/osm2pgsql-0.92.0.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit cmake-utils DESCRIPTION="Converts OSM data to SQL and insert into PostgreSQL db" -HOMEPAGE="http://wiki.openstreetmap.org/wiki/Osm2pgsql https://github.com/openstreetmap/osm2pgsql" +HOMEPAGE="https://wiki.openstreetmap.org/wiki/Osm2pgsql https://github.com/openstreetmap/osm2pgsql" SRC_URI="https://github.com/openstreetmap/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" 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" |