summary refs log tree commit diff
path: root/pkgs/development/python-modules/mt-940/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/mt-940/default.nix')
-rw-r--r--pkgs/development/python-modules/mt-940/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/mt-940/default.nix b/pkgs/development/python-modules/mt-940/default.nix
index bab7cc052b9..9b1a2df48bb 100644
--- a/pkgs/development/python-modules/mt-940/default.nix
+++ b/pkgs/development/python-modules/mt-940/default.nix
@@ -29,7 +29,7 @@ buildPythonPackage rec {
 
   meta = with stdenv.lib; {
     description = "A library to parse MT940 files and returns smart Python collections for statistics and manipulation";
-    homepage = "http://pythonhosted.org/mt-940/";
+    homepage = https://pythonhosted.org/mt-940/;
     license = licenses.bsd3;
   };
 }