Skip to content

Commit

Permalink
changie: fix version output, add figsoda to maintainers
Browse files Browse the repository at this point in the history
  • Loading branch information
figsoda committed Sep 21, 2022
1 parent aacd736 commit 41c914e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/development/tools/changie/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@ buildGoModule rec {

vendorSha256 = "sha256-9Cpyemq/f62rVMvGwOtgDGd9XllvICXL2dqNwUoFQmg=";

ldflags = [ "-s" "-w" "-X=main.version=${version}" ];

meta = with lib; {
homepage = "https://changie.dev";
changelog = "https://github.com/miniscruff/changie/blob/v${version}/CHANGELOG.md";
description = "Automated changelog tool for preparing releases with lots of customization options";
license = licenses.mit;
platforms = platforms.unix;
maintainers = with maintainers; [ matthiasbeyer ];
maintainers = with maintainers; [ figsoda matthiasbeyer ];
};
}

0 comments on commit 41c914e

Please sign in to comment.