Merge pull request #270830 from wineee/bilbil

bilibili: update meta info
This commit is contained in:
Weijia Wang 2023-11-30 01:35:14 +01:00 committed by GitHub
commit 4a939f35c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";
};
}