From e6ee64c4d4657e625c8e2246d50155ba1b0f9ec9 Mon Sep 17 00:00:00 2001 From: Jost Alemann Date: Thu, 22 May 2025 15:19:59 +0200 Subject: [PATCH] leo-editor: update meta.homepage meta.homepage seems outdated --- pkgs/applications/editors/leo-editor/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/editors/leo-editor/default.nix b/pkgs/applications/editors/leo-editor/default.nix index b4d32534e284..2672900910ad 100644 --- a/pkgs/applications/editors/leo-editor/default.nix +++ b/pkgs/applications/editors/leo-editor/default.nix @@ -99,7 +99,7 @@ mkDerivation rec { ''; meta = with lib; { - homepage = "http://leoeditor.com"; + homepage = "https://leo-editor.github.io/leo-editor/"; description = "A powerful folding editor"; longDescription = "Leo is a PIM, IDE and outliner that accelerates the work flow of programmers, authors and web designers."; license = licenses.mit;