about summary refs log tree commit diff
path: root/pkgs/development/python-modules/coreschema
diff options
context:
space:
mode:
authorRobert Schütz <dev@schuetz-co.de>2021-05-05 20:31:54 +0200
committerRobert Schütz <dev@schuetz-co.de>2021-05-12 13:31:03 +0200
commit2aa6bce7d95b73de181af285e681297d00cf5399 (patch)
tree46ac276fc2da93767e4d01c404545a979431db28 /pkgs/development/python-modules/coreschema
parent0c5385626fd42ca9fc114dfdb7bc8cfefca83576 (diff)
maintainers: remove ivegotasthma
He disappeared from GitHub and doesn't reply to emails.
Diffstat (limited to 'pkgs/development/python-modules/coreschema')
-rw-r--r--pkgs/development/python-modules/coreschema/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/coreschema/default.nix b/pkgs/development/python-modules/coreschema/default.nix
index 65bdee5a8da97..d22e7f4ecd91a 100644
--- a/pkgs/development/python-modules/coreschema/default.nix
+++ b/pkgs/development/python-modules/coreschema/default.nix
@@ -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; [ ];
   };
 }