Merge pull request #332871 from nakato/RKBinLicense
rkbin: Update license to unfreeRedistributableFirmware
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user