mustache-go: set meta.mainProgram

main
figsoda 3 years ago
parent 932c6d8861
commit 0473477f99
  1. 3
      pkgs/development/tools/mustache-go/default.nix

@ -17,6 +17,7 @@ buildGoPackage rec {
homepage = "https://github.com/cbroglie/mustache";
description = "The mustache template language in Go";
license = [ licenses.mit ];
maintainers = [ maintainers.Zimmi48 ];
maintainers = with maintainers; [ Zimmi48 ];
mainProgram = "mustache";
};
}

Loading…
Cancel
Save