treewide: fix redirect URLs
This commit is contained in:
@@ -24,7 +24,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "Tools for generators, generator functions, and generator-based coroutines";
|
||||
license = licenses.mit;
|
||||
homepage = http://gentools.readthedocs.io/;
|
||||
homepage = https://gentools.readthedocs.io/;
|
||||
maintainers = with maintainers; [ mredaelli ];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user