ansible: fix https url
(cherry picked from commit b113d0c2039ab55212638dcd1a6d0de44ce321f6)
This commit is contained in:
parent
8fef5752e4
commit
248a53d37a
@ -72,7 +72,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Radically simple IT automation";
|
description = "Radically simple IT automation";
|
||||||
homepage = "http://www.ansible.com";
|
homepage = "https://www.ansible.com";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ hexa ];
|
maintainers = with maintainers; [ hexa ];
|
||||||
};
|
};
|
||||||
|
@ -46,7 +46,7 @@ buildPythonPackage rec {
|
|||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "http://www.ansible.com";
|
homepage = "https://www.ansible.com";
|
||||||
description = "Radically simple IT automation";
|
description = "Radically simple IT automation";
|
||||||
license = [ licenses.gpl3 ] ;
|
license = [ licenses.gpl3 ] ;
|
||||||
maintainers = with maintainers; [ joamaki costrouc hexa ];
|
maintainers = with maintainers; [ joamaki costrouc hexa ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user