summary refs log tree commit diff
path: root/pkgs/development/python-modules/lml/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/lml/default.nix')
-rw-r--r--pkgs/development/python-modules/lml/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/lml/default.nix b/pkgs/development/python-modules/lml/default.nix
index 878edcf6bdb..e1d900ba657 100644
--- a/pkgs/development/python-modules/lml/default.nix
+++ b/pkgs/development/python-modules/lml/default.nix
@@ -26,6 +26,6 @@ buildPythonPackage rec {
     description = "Load me later. A lazy plugin management system for Python";
     homepage = "http://lml.readthedocs.io/";
     license = lib.licenses.bsd3;
-    maintainers = with lib.maintainers; [ jtojnar ];
+    maintainers = with lib.maintainers; [ ];
   };
 }