Merge pull request #145956 from lsix/remove-lsix-from-django-maintainers

python3Packages.django: remove lsix from maintainers
This commit is contained in:
Mario Rodas 2021-11-16 07:34:36 -05:00 committed by GitHub
commit e3828a5459
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -33,6 +33,6 @@ buildPythonPackage rec {
description = "A high-level Python Web framework"; description = "A high-level Python Web framework";
homepage = "https://www.djangoproject.com/"; homepage = "https://www.djangoproject.com/";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ georgewhewell lsix ]; maintainers = with maintainers; [ georgewhewell ];
}; };
} }

View file

@ -43,6 +43,6 @@ buildPythonPackage rec {
description = "A high-level Python Web framework"; description = "A high-level Python Web framework";
homepage = "https://www.djangoproject.com/"; homepage = "https://www.djangoproject.com/";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ georgewhewell lsix ]; maintainers = with maintainers; [ georgewhewell ];
}; };
} }