summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/coreschema/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/coreschema/default.nix')
-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 65bdee5a8da9..d22e7f4ecd91 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; [ ];
};
}