gimoji: set meta.mainProgram

authored by

a-kenji and committed by
Yaya
4d32327b def8bfe0

+1
+1
pkgs/applications/misc/gimoji/default.nix
··· 26 description = "Easily add emojis to your git commit messages"; 27 homepage = "https://github.com/zeenix/gimoji"; 28 license = licenses.mit; 29 maintainers = with maintainers; [ a-kenji ]; 30 }; 31 }
··· 26 description = "Easily add emojis to your git commit messages"; 27 homepage = "https://github.com/zeenix/gimoji"; 28 license = licenses.mit; 29 + mainProgram = "gimoji"; 30 maintainers = with maintainers; [ a-kenji ]; 31 }; 32 }