treewide: fix redirect URLs
This commit is contained in:
@@ -13,6 +13,6 @@ buildPythonPackage rec {
|
||||
description = "Dump the Python traceback";
|
||||
license = stdenv.lib.licenses.bsd2;
|
||||
maintainers = with stdenv.lib.maintainers; [ sauyon ];
|
||||
homepage = http://faulthandler.readthedocs.io/;
|
||||
homepage = https://faulthandler.readthedocs.io/;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user