mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03:00
mustache-go: set meta.mainProgram
This commit is contained in:
parent
932c6d8861
commit
0473477f99
@ -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…
Reference in New Issue
Block a user