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

@@ -30,6 +30,6 @@ buildPythonPackage rec {
description = "Django app for handling server Cross-Origin Resource Sharing (CORS) headers";
homepage = "https://github.com/OttoYiu/django-cors-headers";
license = licenses.mit;
maintainers = [ maintainers.ivegotasthma ];
maintainers = with maintainers; [ ];
};
}