summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/threadloop
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/threadloop')
-rw-r--r--pkgs/development/python-modules/threadloop/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/threadloop/default.nix b/pkgs/development/python-modules/threadloop/default.nix
index 4a4a781cac93..2fb8dd4420ef 100644
--- a/pkgs/development/python-modules/threadloop/default.nix
+++ b/pkgs/development/python-modules/threadloop/default.nix
@@ -25,6 +25,6 @@ buildPythonPackage rec {
description = "A library to run tornado coroutines from synchronous Python";
homepage = "https://github.com/GoodPete/threadloop";
license = licenses.mit;
- maintainers = with maintainers; [ superherointj ];
+ maintainers = with maintainers; [ ];
};
}