mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 21:58:16 +00:00
Merge pull request #270830 from wineee/bilbil
bilibili: update meta info
This commit is contained in:
commit
4a939f35c9
@ -41,9 +41,10 @@ stdenv.mkDerivation rec {
|
||||
meta = with lib; {
|
||||
description = "Electron-based bilibili desktop client";
|
||||
homepage = "https://github.com/msojocs/bilibili-linux";
|
||||
license = licenses.mit;
|
||||
license = with licenses; [ unfree mit ];
|
||||
maintainers = with maintainers; [ jedsek kashw2 ];
|
||||
platforms = platforms.unix;
|
||||
platforms = [ "x86_64-linux" ];
|
||||
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||
mainProgram = "bilibili";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user