diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-01-30 17:50:20 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-02-28 19:26:33 -0500 |
commit | e78836872cb16601481be5f4d973951d6e478451 (patch) | |
tree | 34079c44e9baa3b3dd163a31b44b38f5104a64d5 /dev-python/robotframework/robotframework-3.0.2.ebuild | |
parent | dev-python/python-bibtex: use HTTPS, EAPI7, add missing die (diff) | |
download | gentoo-e78836872cb16601481be5f4d973951d6e478451.tar.gz gentoo-e78836872cb16601481be5f4d973951d6e478451.tar.bz2 gentoo-e78836872cb16601481be5f4d973951d6e478451.zip |
dev-python/robotframework: use HTTPS
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-python/robotframework/robotframework-3.0.2.ebuild')
-rw-r--r-- | dev-python/robotframework/robotframework-3.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/robotframework/robotframework-3.0.2.ebuild b/dev-python/robotframework/robotframework-3.0.2.ebuild index 20a491ce597b..e07519e4dfe5 100644 --- a/dev-python/robotframework/robotframework-3.0.2.ebuild +++ b/dev-python/robotframework/robotframework-3.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_6 ) inherit distutils-r1 DESCRIPTION="Test automation framework for acceptance testing & test-driven development" -HOMEPAGE="http://robotframework.org/ https://pypi.org/project/robotframework/" +HOMEPAGE="https://robotframework.org/ https://pypi.org/project/robotframework/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" |