summary refs log tree commit diff
path: root/pkgs/development/python-modules/django/2_2.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/django/2_2.nix')
-rw-r--r--pkgs/development/python-modules/django/2_2.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/django/2_2.nix b/pkgs/development/python-modules/django/2_2.nix
index 63a0f33d8f9..70cba819e92 100644
--- a/pkgs/development/python-modules/django/2_2.nix
+++ b/pkgs/development/python-modules/django/2_2.nix
@@ -31,7 +31,7 @@ buildPythonPackage rec {
 
   meta = with stdenv.lib; {
     description = "A high-level Python Web framework";
-    homepage = https://www.djangoproject.com/;
+    homepage = "https://www.djangoproject.com/";
     license = licenses.bsd3;
     maintainers = with maintainers; [ georgewhewell lsix ];
   };