commit:     b8c910edc864cfe0b6b9947cb5556b08b8d90a9d
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon Jun 18 19:57:57 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Jun 23 21:55:03 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8c910ed

dev-python/objgraph: use HTTPs

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

 dev-python/objgraph/objgraph-1.7.2.ebuild | 4 ++--
 dev-python/objgraph/objgraph-1.8.1.ebuild | 4 ++--
 dev-python/objgraph/objgraph-3.1.0.ebuild | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-python/objgraph/objgraph-1.7.2.ebuild 
b/dev-python/objgraph/objgraph-1.7.2.ebuild
index 72f432f7209..90fdb9d5192 100644
--- a/dev-python/objgraph/objgraph-1.7.2.ebuild
+++ b/dev-python/objgraph/objgraph-1.7.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
 inherit distutils-r1
 
 DESCRIPTION="Draws Python object reference graphs with graphviz"
-HOMEPAGE="http://mg.pov.lt/objgraph/";
+HOMEPAGE="https://mg.pov.lt/objgraph/";
 SRC_URI="mirror://pypi/o/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"

diff --git a/dev-python/objgraph/objgraph-1.8.1.ebuild 
b/dev-python/objgraph/objgraph-1.8.1.ebuild
index 44d0b197b22..90fdb9d5192 100644
--- a/dev-python/objgraph/objgraph-1.8.1.ebuild
+++ b/dev-python/objgraph/objgraph-1.8.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
 inherit distutils-r1
 
 DESCRIPTION="Draws Python object reference graphs with graphviz"
-HOMEPAGE="http://mg.pov.lt/objgraph/";
+HOMEPAGE="https://mg.pov.lt/objgraph/";
 SRC_URI="mirror://pypi/o/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"

diff --git a/dev-python/objgraph/objgraph-3.1.0.ebuild 
b/dev-python/objgraph/objgraph-3.1.0.ebuild
index df22cf88af4..c3a25b2db0f 100644
--- a/dev-python/objgraph/objgraph-3.1.0.ebuild
+++ b/dev-python/objgraph/objgraph-3.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 inherit distutils-r1
 
 DESCRIPTION="Draws Python object reference graphs with graphviz"
-HOMEPAGE="http://mg.pov.lt/objgraph/";
+HOMEPAGE="https://mg.pov.lt/objgraph/";
 SRC_URI="mirror://pypi/o/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"

Reply via email to