commit:     01fb2fb6856812ed33d6214607bab5142db2c53f
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Feb  4 12:52:27 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb  5 21:55:39 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01fb2fb6

dev-python/polygon: use HTTPS

Closes: https://github.com/gentoo/gentoo/pull/7062

 dev-python/polygon/polygon-2.0.6.ebuild | 2 +-
 dev-python/polygon/polygon-3.0.7.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/polygon/polygon-2.0.6.ebuild 
b/dev-python/polygon/polygon-2.0.6.ebuild
index 1a3a6bbaf25..c411417e96c 100644
--- a/dev-python/polygon/polygon-2.0.6.ebuild
+++ b/dev-python/polygon/polygon-2.0.6.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 )
 inherit distutils-r1
 
 DESCRIPTION="Python package to handle polygonal shapes in 2D"
-HOMEPAGE="http://www.j-raedler.de/projects/polygon/";
+HOMEPAGE="https://www.j-raedler.de/projects/polygon/";
 
SRC_URI="https://www.bitbucket.org/jraedler/${PN}2/downloads/Polygon2-${PV}.zip";
 
 LICENSE="LGPL-2"

diff --git a/dev-python/polygon/polygon-3.0.7.ebuild 
b/dev-python/polygon/polygon-3.0.7.ebuild
index 3a694ba4f5c..4932e85b87c 100644
--- a/dev-python/polygon/polygon-3.0.7.ebuild
+++ b/dev-python/polygon/polygon-3.0.7.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{4,5,6} )
 inherit distutils-r1
 
 DESCRIPTION="Python package to handle polygonal shapes in 2D"
-HOMEPAGE="http://www.j-raedler.de/projects/polygon";
+HOMEPAGE="https://www.j-raedler.de/projects/polygon/";
 
SRC_URI="https://www.bitbucket.org/jraedler/${PN}3/downloads/Polygon3-${PV}.zip";
 
 LICENSE="LGPL-2"

Reply via email to