Merge pull request #270830 from wineee/bilbil
bilibili: update meta info
This commit is contained in:
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user