From 77d5e86ae42e7739b53c028baaefdb00397aa08c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Sun, 18 Oct 2020 20:45:31 +0200 Subject: [PATCH] ansible-lint: update meta.homepage --- pkgs/development/python-modules/ansible-lint/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/ansible-lint/default.nix b/pkgs/development/python-modules/ansible-lint/default.nix index adf812fff80..bef31d1c1e5 100644 --- a/pkgs/development/python-modules/ansible-lint/default.nix +++ b/pkgs/development/python-modules/ansible-lint/default.nix @@ -47,7 +47,7 @@ buildPythonPackage rec { ''; meta = with lib; { - homepage = "https://github.com/willthames/ansible-lint"; + homepage = "https://github.com/ansible/ansible-lint"; description = "Best practices checker for Ansible"; license = licenses.mit; maintainers = [ maintainers.sengaya ];