complgen: reorder meta attributes

This commit is contained in:
Hythera
2026-01-03 19:33:40 +01:00
parent e90b8cecac
commit 101dabfd8a
+3 -3
View File
@@ -18,11 +18,11 @@ rustPlatform.buildRustPackage (finalAttrs: {
cargoHash = "sha256-BGnTZxDv971s0h87RcOowoOpNdpwCx7FLcQNipPCTvc=";
meta = {
description = "Generate {bash,fish,zsh} completions from a single EBNF-like grammar";
mainProgram = "complgen";
homepage = "https://github.com/adaszko/complgen";
changelog = "https://github.com/adaszko/complgen/blob/v${finalAttrs.version}/CHANGELOG.md";
description = "Generate {bash,fish,zsh} completions from a single EBNF-like grammar";
homepage = "https://github.com/adaszko/complgen";
license = lib.licenses.asl20;
mainProgram = "complgen";
maintainers = [ ];
};
})