summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2021-08-22 15:24:18 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-09-18 03:51:41 +0200
commit248a53d37abca949ab16ae662d0b98bc411a07a6 (patch)
tree9083338abc08fe06d4e20e5c91fde6bf52a32939
parentpython3Packages.ansible: 2.9.24 -> 2.9.25 (diff)
downloadnixpkgs-248a53d37abca949ab16ae662d0b98bc411a07a6.tar.gz
ansible: fix https url
(cherry picked from commit b113d0c2039ab55212638dcd1a6d0de44ce321f6)
-rw-r--r--pkgs/development/python-modules/ansible/collections.nix2
-rw-r--r--pkgs/development/python-modules/ansible/legacy.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/ansible/collections.nix b/pkgs/development/python-modules/ansible/collections.nix
index 05aa0b2b2945..0c58defb583f 100644
--- a/pkgs/development/python-modules/ansible/collections.nix
+++ b/pkgs/development/python-modules/ansible/collections.nix
@@ -72,7 +72,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Radically simple IT automation";
- homepage = "http://www.ansible.com";
+ homepage = "https://www.ansible.com";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ hexa ];
};
diff --git a/pkgs/development/python-modules/ansible/legacy.nix b/pkgs/development/python-modules/ansible/legacy.nix
index 7eb0f3f94049..e7687f9b99de 100644
--- a/pkgs/development/python-modules/ansible/legacy.nix
+++ b/pkgs/development/python-modules/ansible/legacy.nix
@@ -46,7 +46,7 @@ buildPythonPackage rec {
doCheck = false;
meta = with lib; {
- homepage = "http://www.ansible.com";
+ homepage = "https://www.ansible.com";
description = "Radically simple IT automation";
license = [ licenses.gpl3 ] ;
maintainers = with maintainers; [ joamaki costrouc hexa ];