Merge pull request #213778 from dit7ya/spotify-player

spotify-player: add meta.mainProgram
This commit is contained in:
superherointj 2023-01-31 17:38:47 -03:00 committed by GitHub
commit 4d5fbbaa00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,6 +46,7 @@ rustPlatform.buildRustPackage rec {
meta = with lib; {
description = "A command driven spotify player";
homepage = "https://github.com/aome510/spotify-player";
mainProgram = "spotify_player";
license = licenses.mit;
maintainers = with maintainers; [ dit7ya ];
};