Merge pull request #145956 from lsix/remove-lsix-from-django-maintainers
python3Packages.django: remove lsix from maintainers
This commit is contained in:
commit
e3828a5459
2 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue