python3Packages.pytest-ansible: add tjni as maintainer

This commit is contained in:
Theodore Ni 2023-08-08 20:46:02 -07:00
parent 54f3d132a7
commit 00b3881258
No known key found for this signature in database
GPG key ID: 48B67583BDDD4474

View file

@ -89,6 +89,6 @@ buildPythonPackage rec {
homepage = "https://github.com/jlaska/pytest-ansible";
changelog = "https://github.com/ansible-community/pytest-ansible/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ tjni ];
};
}