summary refs log tree commit diff
path: root/pkgs/development/python-modules/hypothesis/default.nix
diff options
context:
space:
mode:
authorDaniel Schaefer <git@danielschaefer.me>2019-04-22 10:24:21 +0200
committerDaniel Schaefer <git@danielschaefer.me>2019-04-22 20:46:18 +0200
commit92cccb6f833acc3f56763284d50f9b2b34f7e486 (patch)
tree019be25db0a194196b5fe9c00aa390b75f417674 /pkgs/development/python-modules/hypothesis/default.nix
parentbac4d95aa2a92be7049dedafb8ec76606f79d8a2 (diff)
downloadnixpkgs-92cccb6f833acc3f56763284d50f9b2b34f7e486.tar
nixpkgs-92cccb6f833acc3f56763284d50f9b2b34f7e486.tar.gz
nixpkgs-92cccb6f833acc3f56763284d50f9b2b34f7e486.tar.bz2
nixpkgs-92cccb6f833acc3f56763284d50f9b2b34f7e486.tar.lz
nixpkgs-92cccb6f833acc3f56763284d50f9b2b34f7e486.tar.xz
nixpkgs-92cccb6f833acc3f56763284d50f9b2b34f7e486.tar.zst
nixpkgs-92cccb6f833acc3f56763284d50f9b2b34f7e486.zip
treewide: Use HTTPS for readthedocs URLs
Diffstat (limited to 'pkgs/development/python-modules/hypothesis/default.nix')
-rw-r--r--pkgs/development/python-modules/hypothesis/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/hypothesis/default.nix b/pkgs/development/python-modules/hypothesis/default.nix
index d1fadad00d0..9c105ffe3fb 100644
--- a/pkgs/development/python-modules/hypothesis/default.nix
+++ b/pkgs/development/python-modules/hypothesis/default.nix
@@ -3,7 +3,7 @@
 , doCheck ? true, pytest, pytest_xdist, flaky, mock
 }:
 buildPythonPackage rec {
-  # http://hypothesis.readthedocs.org/en/latest/packaging.html
+  # https://hypothesis.readthedocs.org/en/latest/packaging.html
 
   # Hypothesis has optional dependencies on the following libraries
   # pytz fake_factory django numpy pytest