From 290a5d916e4874a6cb36936b49faf9ef327c249f Mon Sep 17 00:00:00 2001 From: Matthew Bauer Date: Sun, 14 Apr 2019 19:25:45 -0400 Subject: treewide: update homepages to https where available Based on "problems" from repology: https://repology.org/repository/nix_unstable/problems Mostly simple changes to reflect redirects. --- pkgs/development/python-modules/pytest-ansible/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/development/python-modules/pytest-ansible') diff --git a/pkgs/development/python-modules/pytest-ansible/default.nix b/pkgs/development/python-modules/pytest-ansible/default.nix index 77ea742387e83..e37fa07f2723a 100644 --- a/pkgs/development/python-modules/pytest-ansible/default.nix +++ b/pkgs/development/python-modules/pytest-ansible/default.nix @@ -33,7 +33,7 @@ buildPythonPackage rec { ''; meta = with stdenv.lib; { - homepage = http://github.com/jlaska/pytest-ansible; + homepage = https://github.com/jlaska/pytest-ansible; description = "Plugin for py.test to simplify calling ansible modules from tests or fixtures"; license = licenses.mit; maintainers = [ maintainers.costrouc ]; -- cgit 1.4.1