diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-12-11 15:44:48 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-12-11 15:51:40 +0100 |
commit | f8382c1d25334e632e5179cbc768405b41ffc858 (patch) | |
tree | 6aa68e970fdc03a2a21f63eeeabe2dfbebf43418 /dev-python/django-cors-headers | |
parent | dev-libs/zziplib: stabilize 0.13.71_p20201021 on amd64 (diff) | |
download | gentoo-f8382c1d25334e632e5179cbc768405b41ffc858.tar.gz gentoo-f8382c1d25334e632e5179cbc768405b41ffc858.tar.bz2 gentoo-f8382c1d25334e632e5179cbc768405b41ffc858.zip |
dev-python/django-cors-headers: Update HOMEPAGE
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/django-cors-headers')
-rw-r--r-- | dev-python/django-cors-headers/django-cors-headers-3.2.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/django-cors-headers/metadata.xml | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/dev-python/django-cors-headers/django-cors-headers-3.2.1.ebuild b/dev-python/django-cors-headers/django-cors-headers-3.2.1.ebuild index 77307b63a59f..f2f932695177 100644 --- a/dev-python/django-cors-headers/django-cors-headers-3.2.1.ebuild +++ b/dev-python/django-cors-headers/django-cors-headers-3.2.1.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_6 python3_7 ) inherit distutils-r1 DESCRIPTION="Django App that adds CORS (Cross-Origin Resource Sharing) headers to responses" -HOMEPAGE="https://github.com/ottoyiu/django-cors-headers" +HOMEPAGE="https://github.com/adamchainz/django-cors-headers" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-python/django-cors-headers/metadata.xml b/dev-python/django-cors-headers/metadata.xml index c36c37139fad..5080a409e510 100644 --- a/dev-python/django-cors-headers/metadata.xml +++ b/dev-python/django-cors-headers/metadata.xml @@ -5,4 +5,8 @@ <email>williamh@gentoo.org</email> <name>William Hubbs</name> </maintainer> + <upstream> + <remote-id type="github">adamchainz/django-cors-headers</remote-id> + <remote-id type="pypi">django-cors-headers</remote-id> + </upstream> </pkgmetadata> |