commit: 5f1b7d727e78efa5b65a665e95e90786527842ef Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Fri Mar 16 19:17:53 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Mar 16 21:18:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f1b7d72
dev-python/flup: use HTTPS dev-python/flup/flup-1.0.2-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/flup/flup-1.0.2-r1.ebuild b/dev-python/flup/flup-1.0.2-r1.ebuild index 9c451999078..ffebb44d58b 100644 --- a/dev-python/flup/flup-1.0.2-r1.ebuild +++ b/dev-python/flup/flup-1.0.2-r1.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 @@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 pypy ) inherit distutils-r1 DESCRIPTION="Random assortment of WSGI servers" -HOMEPAGE="http://www.saddi.com/software/flup/" -SRC_URI="http://www.saddi.com/software/${PN}/dist/${P}.tar.gz" +HOMEPAGE="https://www.saddi.com/software/flup/" +SRC_URI="https://www.saddi.com/software/${PN}/dist/${P}.tar.gz" LICENSE="BSD" SLOT="0"
