twitch-tui: set mainProgram (#258289)

This commit is contained in:
Marcus Ramberg 2023-10-01 01:22:45 +02:00 committed by GitHub
parent f223200c88
commit a2e2e61bb1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,5 +36,6 @@ rustPlatform.buildRustPackage rec {
changelog = "https://github.com/Xithrius/twitch-tui/releases/tag/v${version}";
license = licenses.mit;
maintainers = [ maintainers.taha ];
mainProgram = "twt";
};
}