Merge pull request #285262 from Cryolitia/patch-2

netease-music-tui: add mainProgram
This commit is contained in:
Nick Cao 2024-01-31 08:15:58 -05:00 committed by GitHub
commit 187de2ec32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,5 +29,6 @@ rustPlatform.buildRustPackage rec {
description = "netease cloud music terminal client by rust";
maintainers = with maintainers; [ vonfry ];
license = licenses.mit;
mainProgram = "ncmt";
};
}