summary refs log tree commit diff
path: root/pkgs/development/python-modules/django-cleanup/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/django-cleanup/default.nix')
-rw-r--r--pkgs/development/python-modules/django-cleanup/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/django-cleanup/default.nix b/pkgs/development/python-modules/django-cleanup/default.nix
index 6484fb8c555..37b0959b6b7 100644
--- a/pkgs/development/python-modules/django-cleanup/default.nix
+++ b/pkgs/development/python-modules/django-cleanup/default.nix
@@ -14,7 +14,7 @@ buildPythonPackage rec {
 
   meta = with stdenv.lib; {
     description = "Automatically deletes old file for FileField and ImageField. It also deletes files on models instance deletion";
-    homepage = https://github.com/un1t/django-cleanup;
+    homepage = "https://github.com/un1t/django-cleanup";
     license = licenses.mit;
     maintainers = with maintainers; [ mmai ];
   };