about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2021-11-16 07:34:36 -0500
committerGitHub <noreply@github.com>2021-11-16 07:34:36 -0500
commite3828a5459b95113a8cadfb008f06789476206f9 (patch)
treea73a7b925c87dd21e535ddf944c35e291aeec807
parent1b6831696c2c540061e4fc1a551f70c1de9b2257 (diff)
parent2df1f0268bac7e7da859d1c01db902736f2cd975 (diff)
Merge pull request #145956 from lsix/remove-lsix-from-django-maintainers
python3Packages.django: remove lsix from maintainers
-rw-r--r--pkgs/development/python-modules/django/2.nix2
-rw-r--r--pkgs/development/python-modules/django/3.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/django/2.nix b/pkgs/development/python-modules/django/2.nix
index 67946ab0d725b..c1e5139d30157 100644
--- a/pkgs/development/python-modules/django/2.nix
+++ b/pkgs/development/python-modules/django/2.nix
@@ -33,6 +33,6 @@ buildPythonPackage rec {
     description = "A high-level Python Web framework";
     homepage = "https://www.djangoproject.com/";
     license = licenses.bsd3;
-    maintainers = with maintainers; [ georgewhewell lsix ];
+    maintainers = with maintainers; [ georgewhewell ];
   };
 }
diff --git a/pkgs/development/python-modules/django/3.nix b/pkgs/development/python-modules/django/3.nix
index cfe9f451ef65a..9b8aa8cba8f4f 100644
--- a/pkgs/development/python-modules/django/3.nix
+++ b/pkgs/development/python-modules/django/3.nix
@@ -43,6 +43,6 @@ buildPythonPackage rec {
     description = "A high-level Python Web framework";
     homepage = "https://www.djangoproject.com/";
     license = licenses.bsd3;
-    maintainers = with maintainers; [ georgewhewell lsix ];
+    maintainers = with maintainers; [ georgewhewell ];
   };
 }