dev-python/flup: use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Fri, 16 Mar 2018 19:17:53 +0000 (20:17 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 16 Mar 2018 21:18:47 +0000 (22:18 +0100)
dev-python/flup/flup-1.0.2-r1.ebuild

index 9c4519990786b639c8a2b64a9d711637d2be4ecc..ffebb44d58b7bf2ea272ca6c04a816f059c3d642 100644 (file)
@@ -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"