diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-20 13:52:12 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-20 19:24:46 -0400 |
commit | 6611ba63b754a2038354c638acbbb2d694346e1a (patch) | |
tree | daafa84e2de76e6c001ebcb5c4394c4d6b63b1cf /dev-python/python-efl | |
parent | dev-python/pyotherside: use HTTPS (diff) | |
download | gentoo-6611ba63b754a2038354c638acbbb2d694346e1a.tar.gz gentoo-6611ba63b754a2038354c638acbbb2d694346e1a.tar.bz2 gentoo-6611ba63b754a2038354c638acbbb2d694346e1a.zip |
dev-python/python-efl: use HTTPS
Diffstat (limited to 'dev-python/python-efl')
-rw-r--r-- | dev-python/python-efl/python-efl-1.17.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/python-efl/python-efl-1.18.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/python-efl/python-efl-1.17.0.ebuild b/dev-python/python-efl/python-efl-1.17.0.ebuild index a03589e844d2..0c5169be7063 100644 --- a/dev-python/python-efl/python-efl-1.17.0.ebuild +++ b/dev-python/python-efl/python-efl-1.17.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="5" @@ -19,7 +19,7 @@ fi inherit distutils-r1 DESCRIPTION="Python bindings for Enlightenment Fundation Libraries" -HOMEPAGE="http://www.enlightenment.org" +HOMEPAGE="https://www.enlightenment.org" LICENSE="|| ( GPL-3 LGPL-3 )" SLOT="0" diff --git a/dev-python/python-efl/python-efl-1.18.0.ebuild b/dev-python/python-efl/python-efl-1.18.0.ebuild index a077d345f65d..40aa342d3fb4 100644 --- a/dev-python/python-efl/python-efl-1.18.0.ebuild +++ b/dev-python/python-efl/python-efl-1.18.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 @@ -19,7 +19,7 @@ fi inherit distutils-r1 DESCRIPTION="Python bindings for Enlightenment Fundation Libraries" -HOMEPAGE="http://www.enlightenment.org" +HOMEPAGE="https://www.enlightenment.org" LICENSE="|| ( GPL-3 LGPL-3 )" SLOT="0" |