diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-31 20:59:36 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-06-09 10:08:54 -0400 |
commit | 6ab89890e6a398c6288fda41da93b722cc7cf99d (patch) | |
tree | 5449a4c2bfaa818b1f03186caf4d59786a561ec9 /dev-python/oct2py/oct2py-4.0.6.ebuild | |
parent | media-gfx/tintii: use HTTPs (diff) | |
download | gentoo-6ab89890e6a398c6288fda41da93b722cc7cf99d.tar.gz gentoo-6ab89890e6a398c6288fda41da93b722cc7cf99d.tar.bz2 gentoo-6ab89890e6a398c6288fda41da93b722cc7cf99d.zip |
dev-python/oct2py: use HTTPs, sync HOMEPAGEs
Closes: https://github.com/gentoo/gentoo/pull/8656
Diffstat (limited to 'dev-python/oct2py/oct2py-4.0.6.ebuild')
-rw-r--r-- | dev-python/oct2py/oct2py-4.0.6.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-python/oct2py/oct2py-4.0.6.ebuild b/dev-python/oct2py/oct2py-4.0.6.ebuild index cafb9f92a0ff..9eb85c66fb4b 100644 --- a/dev-python/oct2py/oct2py-4.0.6.ebuild +++ b/dev-python/oct2py/oct2py-4.0.6.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,9 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 DESCRIPTION="Python to GNU Octave bridge" -HOMEPAGE="http://blink1073.github.io/oct2py/" +HOMEPAGE=" + https://github.com/blink1073/oct2py + https://blink1073.github.io/oct2py/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" |