diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-12-11 15:45:25 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-12-11 15:51:41 +0100 |
commit | 80e5fb5f0ab075fbe645121ab15ab46938eb7aa1 (patch) | |
tree | dc0f5dfce359cb49bc970b0c4a7e1f6c1b0befb4 /dev-python/django-redis/django-redis-4.10.0.ebuild | |
parent | dev-python/django-cors-headers: Update HOMEPAGE (diff) | |
download | gentoo-80e5fb5f0ab075fbe645121ab15ab46938eb7aa1.tar.gz gentoo-80e5fb5f0ab075fbe645121ab15ab46938eb7aa1.tar.bz2 gentoo-80e5fb5f0ab075fbe645121ab15ab46938eb7aa1.zip |
dev-python/django-redis: Update HOMEPAGE
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/django-redis/django-redis-4.10.0.ebuild')
-rw-r--r-- | dev-python/django-redis/django-redis-4.10.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/django-redis/django-redis-4.10.0.ebuild b/dev-python/django-redis/django-redis-4.10.0.ebuild index cdd13fa9c909..58ee6c87a0cd 100644 --- a/dev-python/django-redis/django-redis-4.10.0.ebuild +++ b/dev-python/django-redis/django-redis-4.10.0.ebuild @@ -7,8 +7,8 @@ PYTHON_COMPAT=( python3_{7,8} ) inherit distutils-r1 -DESCRIPTION="Full featured redis cache backend for Django." -HOMEPAGE="https://github.com/niwinz/django-redis" +DESCRIPTION="Full featured redis cache backend for Django" +HOMEPAGE="https://github.com/jazzband/django-redis/" SRC_URI="mirror://pypi/${PN:0:1}"/${PN}/${P}.tar.gz LICENSE="BSD" |