summary refs log tree commit diff
path: root/pkgs/development/python-modules/transaction
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/transaction
parent8ba0b7bc3b7a0c359aced533295862e3b92ac9e8 (diff)
downloadnixpkgs-24e87b49b69eeceb35698c31fc78aa6c37c3a53f.tar
nixpkgs-24e87b49b69eeceb35698c31fc78aa6c37c3a53f.tar.gz
nixpkgs-24e87b49b69eeceb35698c31fc78aa6c37c3a53f.tar.bz2
nixpkgs-24e87b49b69eeceb35698c31fc78aa6c37c3a53f.tar.lz
nixpkgs-24e87b49b69eeceb35698c31fc78aa6c37c3a53f.tar.xz
nixpkgs-24e87b49b69eeceb35698c31fc78aa6c37c3a53f.tar.zst
nixpkgs-24e87b49b69eeceb35698c31fc78aa6c37c3a53f.zip
Change many homepage urls from http to https #30636
Diffstat (limited to 'pkgs/development/python-modules/transaction')
-rw-r--r--pkgs/development/python-modules/transaction/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/transaction/default.nix b/pkgs/development/python-modules/transaction/default.nix
index 31f69971e52..34c22132428 100644
--- a/pkgs/development/python-modules/transaction/default.nix
+++ b/pkgs/development/python-modules/transaction/default.nix
@@ -20,7 +20,7 @@ buildPythonPackage rec {
 
   meta = with stdenv.lib; {
     description = "Transaction management";
-    homepage = http://pypi.python.org/pypi/transaction;
+    homepage = https://pypi.python.org/pypi/transaction;
     license = licenses.zpl20;
   };
 }