diff options
| author | superherointj <5861043+superherointj@users.noreply.github.com> | 2021-11-02 21:38:27 -0300 |
|---|---|---|
| committer | Jonathan Ringer <jonringer@users.noreply.github.com> | 2021-11-02 18:22:31 -0700 |
| commit | df4fac48fcdd1758f41eea9fdfc6843308a4bdcf (patch) | |
| tree | 4935024db1d040249ed2d35e301f85894f6f4627 /pkgs/development/python-modules/threadloop | |
| parent | 679fb825a2d12b701de7eeba97a968a3252258af (diff) | |
maintainers: remove superherointj
Diffstat (limited to 'pkgs/development/python-modules/threadloop')
| -rw-r--r-- | pkgs/development/python-modules/threadloop/default.nix | 2 |
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; [ ]; }; } |
