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.
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user