commit: f8382c1d25334e632e5179cbc768405b41ffc858 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Dec 11 14:44:48 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Dec 11 14:51:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8382c1d
dev-python/django-cors-headers: Update HOMEPAGE Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/django-cors-headers/django-cors-headers-3.2.1.ebuild | 2 +- dev-python/django-cors-headers/metadata.xml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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 77307b63a59..f2f93269517 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 c36c37139fa..5080a409e51 100644 --- a/dev-python/django-cors-headers/metadata.xml +++ b/dev-python/django-cors-headers/metadata.xml @@ -5,4 +5,8 @@ <email>[email protected]</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>
