summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/asyncssh
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2021-05-05 11:25:45 +0200
committerVladimír Čunát <v@cunat.cz>2021-05-07 15:36:40 +0200
commit9f054b5e1a75ba912cf5f4462d01e48fb630cf31 (patch)
tree6fce6f2154261b0ad32000449b2517f5c5da30b9 /pkgs/development/python-modules/asyncssh
parentMerge pull request #121940 from NULLx76/jackett-0.17.1027 (diff)
downloadnixpkgs-9f054b5e1a75ba912cf5f4462d01e48fb630cf31.tar.gz
treewide: remove worldofpeace from meta.maintainers
(It was requested by them.) I left one case due to fetching from their personal repo: pkgs/desktops/pantheon/desktop/extra-elementary-contracts/default.nix
Diffstat (limited to 'pkgs/development/python-modules/asyncssh')
-rw-r--r--pkgs/development/python-modules/asyncssh/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/asyncssh/default.nix b/pkgs/development/python-modules/asyncssh/default.nix
index 9271adeb617f..f6d59c633cd9 100644
--- a/pkgs/development/python-modules/asyncssh/default.nix
+++ b/pkgs/development/python-modules/asyncssh/default.nix
@@ -50,6 +50,6 @@ buildPythonPackage rec {
description = "Provides an asynchronous client and server implementation of the SSHv2 protocol on top of the Python asyncio framework";
homepage = "https://asyncssh.readthedocs.io/en/latest";
license = licenses.epl20;
- maintainers = with maintainers; [ worldofpeace ];
+ maintainers = with maintainers; [ ];
};
}