about summary refs log tree commit diff
path: root/pkgs/development/python-modules/aenum/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/aenum/default.nix')
-rw-r--r--pkgs/development/python-modules/aenum/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/aenum/default.nix b/pkgs/development/python-modules/aenum/default.nix
index 3b25cf8bdf541..7639b8ac9fdc2 100644
--- a/pkgs/development/python-modules/aenum/default.nix
+++ b/pkgs/development/python-modules/aenum/default.nix
@@ -50,6 +50,6 @@ buildPythonPackage rec {
     description = "Advanced Enumerations (compatible with Python's stdlib Enum), NamedTuples, and NamedConstants";
     homepage = "https://github.com/ethanfurman/aenum";
     license = licenses.bsd3;
-    maintainers = with maintainers; [ vrthra ];
+    maintainers = [ ];
   };
 }