changelogger: reorder meta attributes

This commit is contained in:
Hythera
2026-01-03 00:51:46 +01:00
parent 7a585f7427
commit 1fa6a8ea56
+2 -2
View File
@@ -42,11 +42,11 @@ buildGoModule (finalAttrs: {
'';
meta = {
changelog = "https://github.com/MarkusFreitag/changelogger/blob/v${finalAttrs.version}/CHANGELOG.md";
description = "Tool to manage your changelog file in Markdown";
homepage = "https://github.com/MarkusFreitag/changelogger";
changelog = "https://github.com/MarkusFreitag/changelogger/blob/v${finalAttrs.version}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = [ ];
mainProgram = "changelogger";
maintainers = [ ];
};
})