mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 22:48:07 -07:00
dev-python/flup: use HTTPS
This commit is contained in:
committed by
Michał Górny
parent
32872c9760
commit
5f1b7d727e
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user