about summary refs log tree commit diff
path: root/pkgs/development/python-modules/ansible
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-05-14 03:02:03 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-05-14 03:02:58 +0200
commitf46205d571c3597ebec54fd519cec83c2d5e33c7 (patch)
treea8b7522bf41b78bb007886302f24d9312a568f5b /pkgs/development/python-modules/ansible
parent7d65aab9a02d336f878126f4de170fd27a6c16a5 (diff)
python3Packages.ansible-collections: fix homepage
Diffstat (limited to 'pkgs/development/python-modules/ansible')
-rw-r--r--pkgs/development/python-modules/ansible/collections.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/ansible/collections.nix b/pkgs/development/python-modules/ansible/collections.nix
index 52355142e26c9..9547b9a091874 100644
--- a/pkgs/development/python-modules/ansible/collections.nix
+++ b/pkgs/development/python-modules/ansible/collections.nix
@@ -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 ];
   };