about summary refs log tree commit diff
path: root/pkgs/development/python-modules/django/4.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/django/4.nix')
-rw-r--r--pkgs/development/python-modules/django/4.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/django/4.nix b/pkgs/development/python-modules/django/4.nix
index 11a2c7821c63f..10412c1f1b72b 100644
--- a/pkgs/development/python-modules/django/4.nix
+++ b/pkgs/development/python-modules/django/4.nix
@@ -142,7 +142,7 @@ buildPythonPackage rec {
 
   meta = with lib; {
     changelog = "https://docs.djangoproject.com/en/${lib.versions.majorMinor version}/releases/${version}/";
-    description = "A high-level Python Web framework that encourages rapid development and clean, pragmatic design.";
+    description = "A high-level Python Web framework that encourages rapid development and clean, pragmatic design";
     mainProgram = "django-admin";
     homepage = "https://www.djangoproject.com";
     license = licenses.bsd3;