about summary refs log tree commit diff
path: root/pkgs/applications/misc/freemind/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/freemind/default.nix')
-rw-r--r--pkgs/applications/misc/freemind/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/freemind/default.nix b/pkgs/applications/misc/freemind/default.nix
index b87c43226e0a2..ff84ecdf55f09 100644
--- a/pkgs/applications/misc/freemind/default.nix
+++ b/pkgs/applications/misc/freemind/default.nix
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     description = "Mind-mapping software";
-    homepage = "http://freemind.sourceforge.net/wiki/index.php/Main_Page";
+    homepage = "https://freemind.sourceforge.net/wiki/index.php/Main_Page";
     license = licenses.gpl2Plus;
     platforms = platforms.linux;
   };