gimoji: set meta.mainProgram

This commit is contained in:
a-kenji 2023-10-29 17:01:17 +01:00 committed by Yaya
parent def8bfe0c7
commit 4d32327bb0

View file

@ -26,6 +26,7 @@ rustPlatform.buildRustPackage rec {
description = "Easily add emojis to your git commit messages";
homepage = "https://github.com/zeenix/gimoji";
license = licenses.mit;
mainProgram = "gimoji";
maintainers = with maintainers; [ a-kenji ];
};
}