Merge pull request #308632 from benjamb/rbw-main-program

rbw: add meta.mainProgram
This commit is contained in:
Aleksana 2024-05-03 16:37:09 +08:00 committed by GitHub
commit b2918573c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -77,5 +77,6 @@ rustPlatform.buildRustPackage rec {
changelog = "https://git.tozt.net/rbw/plain/CHANGELOG.md?id=${version}";
license = licenses.mit;
maintainers = with maintainers; [ albakham luc65r ];
mainProgram = "rbw";
};
}