rmapi: set meta.mainProgram

One fewer warning when using `lib.getExe`.
This commit is contained in:
pacien 2023-12-28 19:20:26 +01:00
parent ae9397e83b
commit 78ea7eac56

View File

@ -21,5 +21,6 @@ buildGoModule rec {
changelog = "https://github.com/juruen/rmapi/blob/v${version}/CHANGELOG.md";
license = licenses.agpl3Only;
maintainers = [ maintainers.nickhu ];
mainProgram = "rmapi";
};
}