maintainers: remove ivegotasthma

He disappeared from GitHub and doesn't reply to emails.
This commit is contained in:
Robert Schütz
2021-05-05 20:31:54 +02:00
parent 0c5385626f
commit 2aa6bce7d9
9 changed files with 8 additions and 18 deletions

View File

@@ -52,7 +52,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Generation of Swagger/OpenAPI schemas for Django REST Framework";
homepage = "https://github.com/axnsan12/drf-yasg";
maintainers = with maintainers; [ ivegotasthma ];
maintainers = with maintainers; [ ];
license = licenses.bsd3;
};
}