mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
neo-cowsay: set meta.mainProgram (#297206)
Co-authored-by: Manu [tennox] <tennox+git@txlab.io> Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
a5bee07d3f
commit
9a747326c4
@ -24,5 +24,6 @@ buildGoModule rec {
|
||||
homepage = "https://github.com/Code-Hex/Neo-cowsay";
|
||||
license = with licenses; [ artistic1 /* or */ gpl3 ];
|
||||
maintainers = with maintainers; [ Br1ght0ne ];
|
||||
mainProgram = "cowsay";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user