1 { lib, python3Packages }:
3 python3Packages.buildPythonApplication rec {
7 src = python3Packages.fetchPypi {
9 sha256 = "sha256-/4IHqAoJthKvNyKqUgnGOQkgbC0aBEZ+x6dmKWUHXh0=";
13 description = "Colour your text / terminal to be more gay";
15 Applies pride flag colors to text, ala lolcat or displays a pride flag.
17 homepage = "https://github.com/ms-jpq/gay";
18 maintainers = with maintainers; [ CodeLongAndProsper90 ];
19 license = licenses.mit;