mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 18:54:42 +00:00
python3Packages.pytest-ansible: add tjni as maintainer
This commit is contained in:
parent
54f3d132a7
commit
00b3881258
@ -89,6 +89,6 @@ buildPythonPackage rec {
|
|||||||
homepage = "https://github.com/jlaska/pytest-ansible";
|
homepage = "https://github.com/jlaska/pytest-ansible";
|
||||||
changelog = "https://github.com/ansible-community/pytest-ansible/releases/tag/v${version}";
|
changelog = "https://github.com/ansible-community/pytest-ansible/releases/tag/v${version}";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with maintainers; [ tjni ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user