Commit 4d32327b authored by a-kenji's avatar a-kenji Committed by Yaya
Browse files

gimoji: set meta.mainProgram

parent def8bfe0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 ];
  };
}