summary refs log tree commit diff
path: root/pkgs/development/python-modules/incremental
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2017-11-10 22:13:27 +0100
committerPascal Wittmann <mail@pascal-wittmann.de>2017-11-10 22:13:46 +0100
commit24e87b49b69eeceb35698c31fc78aa6c37c3a53f (patch)
treed1c50545dac97e58e616a98b1446ddd4f75d3eff /pkgs/development/python-modules/incremental
parent8ba0b7bc3b7a0c359aced533295862e3b92ac9e8 (diff)
downloadnixlib-24e87b49b69eeceb35698c31fc78aa6c37c3a53f.tar
nixlib-24e87b49b69eeceb35698c31fc78aa6c37c3a53f.tar.gz
nixlib-24e87b49b69eeceb35698c31fc78aa6c37c3a53f.tar.bz2
nixlib-24e87b49b69eeceb35698c31fc78aa6c37c3a53f.tar.lz
nixlib-24e87b49b69eeceb35698c31fc78aa6c37c3a53f.tar.xz
nixlib-24e87b49b69eeceb35698c31fc78aa6c37c3a53f.tar.zst
nixlib-24e87b49b69eeceb35698c31fc78aa6c37c3a53f.zip
Change many homepage urls from http to https #30636
Diffstat (limited to 'pkgs/development/python-modules/incremental')
-rw-r--r--pkgs/development/python-modules/incremental/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/incremental/default.nix b/pkgs/development/python-modules/incremental/default.nix
index 0c54c3ab8aec..a5d7b2b711eb 100644
--- a/pkgs/development/python-modules/incremental/default.nix
+++ b/pkgs/development/python-modules/incremental/default.nix
@@ -11,7 +11,7 @@ buildPythonPackage rec {
   };
 
   meta = with stdenv.lib; {
-    homepage = http://github.com/twisted/treq;
+    homepage = https://github.com/twisted/treq;
     description = "Incremental is a small library that versions your Python projects";
     license = licenses.mit;
     maintainers = with maintainers; [ nand0p ];