dev-python/frozen-flask: update github link

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger
2020-07-04 09:32:03 +02:00
committed by Michał Górny
parent 82b6753443
commit ff91ff2e45
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ MY_PN="Frozen-Flask"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="Freezes a Flask application into a set of static files"
HOMEPAGE="https://github.com/SimonSapin/Frozen-Flask https://pypi.org/project/Frozen-Flask/"
HOMEPAGE="https://github.com/Frozen-Flask/Frozen-Flask https://pypi.org/project/Frozen-Flask/"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="BSD"

View File

@@ -7,6 +7,6 @@
</maintainer>
<upstream>
<remote-id type="pypi">Frozen-Flask</remote-id>
<remote-id type="github">SimonSapin/Frozen-Flask</remote-id>
<remote-id type="github">Frozen-Flask/Frozen-Flask</remote-id>
</upstream>
</pkgmetadata>