python3Packages.ansible-collections: fix homepage

This commit is contained in:
Martin Weinelt 2021-05-14 03:02:03 +02:00
parent 7d65aab9a0
commit f46205d571
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -70,7 +70,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Radically simple IT automation";
homepage = "Radically simple IT automation";
homepage = "http://www.ansible.com";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ hexa ];
};