complgen: reorder meta attributes
This commit is contained in:
@@ -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 = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user