about summary refs log tree commit diff
path: root/pkgs/development/python-modules/prawcore
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/prawcore
parentbac4d95aa2a92be7049dedafb8ec76606f79d8a2 (diff)
treewide: Use HTTPS for readthedocs URLs
Diffstat (limited to 'pkgs/development/python-modules/prawcore')
-rw-r--r--pkgs/development/python-modules/prawcore/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/prawcore/default.nix b/pkgs/development/python-modules/prawcore/default.nix
index 5734fbb3d134e..282e8bac069e2 100644
--- a/pkgs/development/python-modules/prawcore/default.nix
+++ b/pkgs/development/python-modules/prawcore/default.nix
@@ -28,7 +28,7 @@ buildPythonPackage rec {
 
   meta = with stdenv.lib; {
     description = "Low-level communication layer for PRAW";
-    homepage = http://praw.readthedocs.org/;
+    homepage = https://praw.readthedocs.org/;
     license = licenses.gpl3;
     platforms = platforms.all;
     maintainers = with maintainers; [ ];