Unverified Commit 9a747326 authored by Manuel's avatar Manuel Committed by GitHub
Browse files

neo-cowsay: set meta.mainProgram (#297206)

parent a5bee07d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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";
  };
}