Unverified Commit ac2df85f authored by K900's avatar K900 Committed by GitHub
Browse files

Merge pull request #332871 from nakato/RKBinLicense

rkbin: Update license to unfreeRedistributableFirmware
parents 1e2d010d fc62a673
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;
  };