diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-06-18 21:57:57 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-06-23 17:55:03 -0400 |
commit | b8c910edc864cfe0b6b9947cb5556b08b8d90a9d (patch) | |
tree | 615302014312d50596f6c04ca9c6d5753507b262 /dev-python/objgraph/objgraph-3.1.0.ebuild | |
parent | dev-util/byacc: Version bump (diff) | |
download | gentoo-b8c910edc864cfe0b6b9947cb5556b08b8d90a9d.tar.gz gentoo-b8c910edc864cfe0b6b9947cb5556b08b8d90a9d.tar.bz2 gentoo-b8c910edc864cfe0b6b9947cb5556b08b8d90a9d.zip |
dev-python/objgraph: use HTTPs
Closes: https://github.com/gentoo/gentoo/pull/8897
Diffstat (limited to 'dev-python/objgraph/objgraph-3.1.0.ebuild')
-rw-r--r-- | dev-python/objgraph/objgraph-3.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/objgraph/objgraph-3.1.0.ebuild b/dev-python/objgraph/objgraph-3.1.0.ebuild index df22cf88af4e..c3a25b2db0ff 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" |