aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/faulthandler
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2019-07-10 12:52:51 -0700
committerRyan Mulligan <ryan@ryantm.com>2019-07-10 12:52:51 -0700
commit508ae42a0f64c350036d722b84c2e2905bbc5418 (patch)
tree126146afea5f0c9c06c912ac0621e67047bd068d /pkgs/development/python-modules/faulthandler
parent42559f1cf1ffac88c49f9c47d94d3f8499a052ec (diff)
treewide: fix redirect URLs
Diffstat (limited to 'pkgs/development/python-modules/faulthandler')
-rw-r--r--pkgs/development/python-modules/faulthandler/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/faulthandler/default.nix b/pkgs/development/python-modules/faulthandler/default.nix
index c4d600ec994e..d69c320ccaac 100644
--- a/pkgs/development/python-modules/faulthandler/default.nix
+++ b/pkgs/development/python-modules/faulthandler/default.nix
@@ -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/;
};
}