ansible: drop maintainership
I have been using a pip/virtualenv based workflow with ansible for a long time, with colleagues that sadly wouldn't appreciate Nix. I haven't used this package for a long time and maybe there is someone out there who will fill this spot better than I could.
This commit is contained in:
parent
df97614d21
commit
2d0f97be21
2 changed files with 3 additions and 3 deletions
|
@ -51,7 +51,7 @@ buildPythonPackage rec {
|
||||||
jinja2
|
jinja2
|
||||||
packaging
|
packaging
|
||||||
pyyaml
|
pyyaml
|
||||||
resolvelib
|
resolvelib # This library is a PITA, since ansible requires a very old version of it
|
||||||
# optional dependencies
|
# optional dependencies
|
||||||
junit-xml
|
junit-xml
|
||||||
lxml
|
lxml
|
||||||
|
@ -77,6 +77,6 @@ buildPythonPackage rec {
|
||||||
description = "Radically simple IT automation";
|
description = "Radically simple IT automation";
|
||||||
homepage = "https://www.ansible.com";
|
homepage = "https://www.ansible.com";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ hexa ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -80,6 +80,6 @@ buildPythonPackage {
|
||||||
homepage = "https://www.ansible.com";
|
homepage = "https://www.ansible.com";
|
||||||
changelog = "https://github.com/ansible-community/ansible-build-data/blob/${version}/${lib.versions.major version}/CHANGELOG-v${lib.versions.major version}.rst";
|
changelog = "https://github.com/ansible-community/ansible-build-data/blob/${version}/${lib.versions.major version}/CHANGELOG-v${lib.versions.major version}.rst";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ hexa ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue