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:
Manuel 2024-03-19 17:40:23 +01:00 committed by GitHub
parent a5bee07d3f
commit 9a747326c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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