diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-16 20:17:53 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-16 22:18:47 +0100 |
commit | 5f1b7d727e78efa5b65a665e95e90786527842ef (patch) | |
tree | a60799b9d3297662bd4e3f1217c50646f4f0a9db /dev-python/flup | |
parent | dev-python/egenix-mx-base: use HTTPS (diff) | |
download | gentoo-5f1b7d727e78efa5b65a665e95e90786527842ef.tar.gz gentoo-5f1b7d727e78efa5b65a665e95e90786527842ef.tar.bz2 gentoo-5f1b7d727e78efa5b65a665e95e90786527842ef.zip |
dev-python/flup: use HTTPS
Diffstat (limited to 'dev-python/flup')
-rw-r--r-- | dev-python/flup/flup-1.0.2-r1.ebuild | 6 |
1 files 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 9c4519990786..ffebb44d58b7 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" |