diff options
| author | Vladimír Čunát <v@cunat.cz> | 2021-05-05 11:25:45 +0200 |
|---|---|---|
| committer | Vladimír Čunát <v@cunat.cz> | 2021-05-07 15:36:40 +0200 |
| commit | 9f054b5e1a75ba912cf5f4462d01e48fb630cf31 (patch) | |
| tree | 6fce6f2154261b0ad32000449b2517f5c5da30b9 /pkgs/development/python-modules/asyncssh | |
| parent | Merge pull request #121940 from NULLx76/jackett-0.17.1027 (diff) | |
| download | nixpkgs-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.nix | 2 |
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; [ ]; }; } |
