joshuto: add meta.mainProgram

This commit is contained in:
xrelkd 2023-08-30 16:22:46 +08:00
parent 213d719c2d
commit 0403a2f51d
No known key found for this signature in database
GPG key ID: BAB7A457C1D1D6B3

View file

@ -23,5 +23,6 @@ rustPlatform.buildRustPackage rec {
changelog = "https://github.com/kamiyaa/joshuto/releases/tag/${src.rev}";
license = licenses.lgpl3Only;
maintainers = with maintainers; [ figsoda totoroot xrelkd ];
mainProgram = "joshuto";
};
}