dev-python/markups: use HTTPS

This commit is contained in:
Michael Mair-Keimberger
2018-04-27 15:35:06 +02:00
committed by Michał Górny
parent 5b9cc8a87d
commit c94663948c

View 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=6
@@ -12,7 +12,7 @@ MY_P=${MY_PN}-${PV}
DESCRIPTION="A wrapper around various text markups"
HOMEPAGE="
http://pythonhosted.org/Markups/
https://pythonhosted.org/Markups/
https://github.com/retext-project/pymarkups
https://pypi.org/project/Markups/"
SRC_URI="mirror://pypi/M/${MY_PN}/${MY_P}.tar.gz"