diff options
| author | Jascha Geerds <jascha@geerds.org> | 2019-03-12 23:45:33 +0100 |
|---|---|---|
| committer | Jascha Geerds <jascha@geerds.org> | 2019-03-12 23:50:52 +0100 |
| commit | ffedc3e4a916a3dd167a6e371368bfd645d245f4 (patch) | |
| tree | a0e49e656b1d728928e389a3ef9b0fdcc24deffd /pkgs/development/python-modules/ansible | |
| parent | findnewest: init at 0.3 (diff) | |
| download | nixpkgs-ffedc3e4a916a3dd167a6e371368bfd645d245f4.tar.gz | |
misc: Remove myself from list of maintainers
Unfortunately I don't have the time anymore to maintain those
packages.
Diffstat (limited to 'pkgs/development/python-modules/ansible')
| -rw-r--r-- | pkgs/development/python-modules/ansible/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/ansible/default.nix b/pkgs/development/python-modules/ansible/default.nix index 1daff95d3a85..1ec50ef7780b 100644 --- a/pkgs/development/python-modules/ansible/default.nix +++ b/pkgs/development/python-modules/ansible/default.nix @@ -47,7 +47,7 @@ buildPythonPackage rec { homepage = http://www.ansible.com; description = "Radically simple IT automation"; license = [ licenses.gpl3 ] ; - maintainers = with maintainers; [ jgeerds joamaki costrouc ]; + maintainers = with maintainers; [ joamaki costrouc ]; platforms = platforms.linux ++ platforms.darwin; }; } |
