maintainers: remove ivegotasthma

He disappeared from GitHub and doesn't reply to emails.
This commit is contained in:
Robert Schütz
2021-05-12 13:31:03 +02:00
parent 0c5385626f
commit 2aa6bce7d9
9 changed files with 8 additions and 18 deletions
@@ -29,6 +29,6 @@ buildPythonPackage rec {
description = "Python client library for Core Schema";
homepage = "https://github.com/ivegotasthma/python-coreschema";
license = licenses.bsd3;
maintainers = with maintainers; [ ivegotasthma ];
maintainers = with maintainers; [ ];
};
}