8 pname = "meme-image-generator";
11 src = fetchFromGitHub {
12 owner = "nomad-software";
15 hash = "sha256-L+JpNg9X3RSNXTozv2H1n2JiQx75i9gFGaQmDFaMIf0=";
21 description = "Command line utility for creating image macro style memes";
22 homepage = "https://github.com/nomad-software/meme";
23 license = licenses.mit;
24 maintainers = [ maintainers.fgaz ];