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