about summary refs log tree commit diff
path: root/pkgs/development/python-modules/Pmw/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/Pmw/default.nix')
-rw-r--r--pkgs/development/python-modules/Pmw/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/Pmw/default.nix b/pkgs/development/python-modules/Pmw/default.nix
index 27c62ea663265..f88346d66489d 100644
--- a/pkgs/development/python-modules/Pmw/default.nix
+++ b/pkgs/development/python-modules/Pmw/default.nix
@@ -16,7 +16,7 @@ buildPythonPackage rec {
 
   meta = {
     description = "A toolkit for building high-level compound widgets in Python using the Tkinter module";
-    homepage = "http://pmw.sourceforge.net/";
+    homepage = "https://pmw.sourceforge.net/";
     license = lib.licenses.mit;
     maintainers = with lib.maintainers; [ mounium ];
   };