zk: update homepage link

This commit is contained in:
Rafael Madriz
2026-06-19 19:52:02 -03:00
parent d68a2dd3d3
commit f6df17458b

View File

@@ -37,7 +37,7 @@ buildGoModule (finalAttrs: {
maintainers = with lib.maintainers; [ pinpox ];
license = lib.licenses.gpl3;
description = "Zettelkasten plain text note-taking assistant";
homepage = "https://github.com/mickael-menu/zk";
homepage = "https://github.com/zk-org/zk";
mainProgram = "zk";
};
})