From: Michael Mair-Keimberger Date: Fri, 16 Mar 2018 19:17:53 +0000 (+0100) Subject: dev-python/flup: use HTTPS X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=5f1b7d727e78efa5b65a665e95e90786527842ef;p=gentoo.git dev-python/flup: use HTTPS --- 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"