django-ranged-response: Fix project URL
authorJeffery To <jeffery.to@gmail.com>
Thu, 20 Feb 2020 15:16:31 +0000 (23:16 +0800)
committerJeffery To <jeffery.to@gmail.com>
Fri, 13 Mar 2020 20:35:00 +0000 (04:35 +0800)
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 <jeffery.to@gmail.com>
lang/python/django-ranged-response/Makefile

index 62f91a317ca9e61dbedaed25ccd7d8b87ca6e292..896073f620d5c4e55874e6f16cd83f566f1fe26f 100644 (file)
@@ -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