mustache-go: set meta.mainProgram

This commit is contained in:
figsoda 2021-10-21 08:27:13 -04:00
parent 932c6d8861
commit 0473477f99

View file

@ -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";
};
}