Skip to content

Commit

Permalink
topiary: refactor meta
Browse files Browse the repository at this point in the history
  • Loading branch information
nartsisss committed Dec 21, 2024
1 parent c8cb25e commit c3efe39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/to/topiary/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ rustPlatform.buildRustPackage rec {

passthru.updateScript = nix-update-script { };

meta = with lib; {
meta = {
description = "Uniform formatter for simple languages, as part of the Tree-sitter ecosystem";
mainProgram = "topiary";
homepage = "https://github.com/tweag/topiary";
changelog = "https://github.com/tweag/topiary/blob/${src.tag}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ figsoda ];
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ figsoda ];
};
}

0 comments on commit c3efe39

Please sign in to comment.