1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 12:11:28 +00:00

meme-image-generator: add mainProgram

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
Christina Sørensen 2023-10-10 18:42:20 +02:00
parent cd72881f51
commit e528b7ca30
No known key found for this signature in database
GPG key ID: 26C542FD97F965CE

View file

@ -21,5 +21,6 @@ buildGoModule rec {
homepage = "https://github.com/nomad-software/meme";
license = licenses.mit;
maintainers = [ maintainers.fgaz ];
mainProgram = "meme";
};
}