From 57928512340cdfae03726a62fdfbacbff4b89c36 Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Thu, 20 Feb 2020 23:16:31 +0800 Subject: [PATCH] django-ranged-response: Fix project URL django-ranged-response is a fork of django-ranged-fileresponse, but they did not update the URL on PyPI[1]. The URL in this change appears to be the correct one. [1]: https://github.com/wearespindle/django-ranged-fileresponse/issues/10#issuecomment-509965566 Signed-off-by: Jeffery To --- lang/python/django-ranged-response/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/python/django-ranged-response/Makefile b/lang/python/django-ranged-response/Makefile index 62f91a317..896073f62 100644 --- a/lang/python/django-ranged-response/Makefile +++ b/lang/python/django-ranged-response/Makefile @@ -26,7 +26,7 @@ define Package/django-ranged-response/Default SECTION:=lang CATEGORY:=Languages TITLE:=Add Content-Range: to FileResponse - URL:=https://github.com/wearespindle/django-ranged-fileresponse + URL:=https://github.com/i3thuan5/django-ranged-response endef define Package/python-django-ranged-response