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

@@ -39,6 +39,6 @@ buildPythonPackage rec {
description = "Python client library for Core API";
homepage = "https://github.com/core-api/python-client";
license = licenses.bsd3;
maintainers = with maintainers; [ ivegotasthma ];
maintainers = with maintainers; [ ];
};
}