Merge pull request #332871 from nakato/RKBinLicense

rkbin: Update license to unfreeRedistributableFirmware
This commit is contained in:
K900
2024-08-21 09:27:11 +03:00
committed by GitHub

View File

@@ -18,6 +18,7 @@ stdenv.mkDerivation {
installPhase = '' installPhase = ''
mkdir $out mkdir $out
mv bin doc $out/ mv bin doc $out/
cp LICENSE $out/doc/LICENSE
''; '';
passthru = { passthru = {
@@ -29,7 +30,7 @@ stdenv.mkDerivation {
meta = with lib; { meta = with lib; {
description = "Rockchip proprietary bootloader blobs"; description = "Rockchip proprietary bootloader blobs";
homepage = "https://github.com/rockchip-linux/rkbin"; homepage = "https://github.com/rockchip-linux/rkbin";
license = licenses.unfreeRedistributable; license = licenses.unfreeRedistributableFirmware;
maintainers = with maintainers; [ thefossguy ]; maintainers = with maintainers; [ thefossguy ];
platforms = lib.platforms.all; platforms = lib.platforms.all;
}; };