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