zk: update homepage link (#533455)

This commit is contained in:
Yohann Boniface
2026-06-19 23:09:10 +00:00
committed by GitHub
+1 -1
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";
};
})