diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-12-11 15:48:51 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-12-11 15:51:45 +0100 |
commit | 649b013221593f8f4ed900db2bb4adcf7a9474e8 (patch) | |
tree | 7f6946163b2a21f4b7b7a42ed89a9c5378bfd3b9 | |
parent | dev-python/entrypoints: Fix remote-id (diff) | |
download | gentoo-649b013221593f8f4ed900db2bb4adcf7a9474e8.tar.gz gentoo-649b013221593f8f4ed900db2bb4adcf7a9474e8.tar.bz2 gentoo-649b013221593f8f4ed900db2bb4adcf7a9474e8.zip |
dev-python/flask-restful: Update HOMEPAGE
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/flask-restful/flask-restful-0.3.8.ebuild | 6 | ||||
-rw-r--r-- | dev-python/flask-restful/metadata.xml | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/flask-restful/flask-restful-0.3.8.ebuild b/dev-python/flask-restful/flask-restful-0.3.8.ebuild index f991e3e9ba38..e5302ef6d2c2 100644 --- a/dev-python/flask-restful/flask-restful-0.3.8.ebuild +++ b/dev-python/flask-restful/flask-restful-0.3.8.ebuild @@ -7,8 +7,10 @@ PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 DESCRIPTION="Simple framework for creating REST APIs" -HOMEPAGE="https://flask-restful.readthedocs.io/en/latest/ https://github.com/twilio/flask-restful/" -SRC_URI="https://github.com/twilio/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE=" + https://flask-restful.readthedocs.io/en/latest/ + https://github.com/flask-restful/flask-restful/" +SRC_URI="https://github.com/flask-restful/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/dev-python/flask-restful/metadata.xml b/dev-python/flask-restful/metadata.xml index ee91a7f4854b..a1a006d5411b 100644 --- a/dev-python/flask-restful/metadata.xml +++ b/dev-python/flask-restful/metadata.xml @@ -7,6 +7,7 @@ </maintainer> <stabilize-allarches/> <upstream> - <remote-id type="github">twilio/flask-restful</remote-id> + <remote-id type="github">flask-restful/flask-restful</remote-id> + <remote-id type="pypi">Flask-RESTful</remote-id> </upstream> </pkgmetadata> |