Unverified Commit 58aa6737 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

Merge #257338: fdk-aac: fix the license

parents 4edbf793 73fbd396
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -481,6 +481,11 @@ in mkLicense lset) ({
    free = false;
  };

  fraunhofer-fdk = {
    fullName = "Fraunhofer FDK AAC Codec Library";
    spdxId = "FDK-AAC";
  };

  free = {
    fullName = "Unspecified free software license";
  };
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
  meta = with lib; {
    description = "A high-quality implementation of the AAC codec from Android";
    homepage = "https://sourceforge.net/projects/opencore-amr/";
    license = licenses.asl20;
    license = licenses.fraunhofer-fdk;
    maintainers = with maintainers; [ codyopel ];
    platforms = platforms.all;
  };