summary refs log tree commit diff
path: root/pkgs/development/python-modules/ansible-lint/default.nix
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2020-10-18 20:45:31 +0200
committerJon <jonringer@users.noreply.github.com>2020-10-19 08:29:53 -0700
commit77d5e86ae42e7739b53c028baaefdb00397aa08c (patch)
treeb01b5733835409a666a64fd96f865252a70241d1 /pkgs/development/python-modules/ansible-lint/default.nix
parent8218431da9a6a572de989f3698488d95e565739a (diff)
downloadnixpkgs-77d5e86ae42e7739b53c028baaefdb00397aa08c.tar
nixpkgs-77d5e86ae42e7739b53c028baaefdb00397aa08c.tar.gz
nixpkgs-77d5e86ae42e7739b53c028baaefdb00397aa08c.tar.bz2
nixpkgs-77d5e86ae42e7739b53c028baaefdb00397aa08c.tar.lz
nixpkgs-77d5e86ae42e7739b53c028baaefdb00397aa08c.tar.xz
nixpkgs-77d5e86ae42e7739b53c028baaefdb00397aa08c.tar.zst
nixpkgs-77d5e86ae42e7739b53c028baaefdb00397aa08c.zip
ansible-lint: update meta.homepage
Diffstat (limited to 'pkgs/development/python-modules/ansible-lint/default.nix')
-rw-r--r--pkgs/development/python-modules/ansible-lint/default.nix2
1 files changed, 1 insertions, 1 deletions
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 ];