1 { lib, bundlerApp, bundlerUpdateScript }:
8 passthru.updateScript = bundlerUpdateScript "lolcat";
11 description = "Rainbow version of cat";
12 homepage = "https://github.com/busyloop/lolcat";
13 license = licenses.bsd3;
14 maintainers = with maintainers; [ StillerHarpo manveru nicknovitski ];
15 mainProgram = "lolcat";