Merge #257338: fdk-aac: fix the license
This commit is contained in:
@@ -481,6 +481,11 @@ in mkLicense lset) ({
|
|||||||
free = false;
|
free = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
fraunhofer-fdk = {
|
||||||
|
fullName = "Fraunhofer FDK AAC Codec Library";
|
||||||
|
spdxId = "FDK-AAC";
|
||||||
|
};
|
||||||
|
|
||||||
free = {
|
free = {
|
||||||
fullName = "Unspecified free software license";
|
fullName = "Unspecified free software license";
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A high-quality implementation of the AAC codec from Android";
|
description = "A high-quality implementation of the AAC codec from Android";
|
||||||
homepage = "https://sourceforge.net/projects/opencore-amr/";
|
homepage = "https://sourceforge.net/projects/opencore-amr/";
|
||||||
license = licenses.asl20;
|
license = licenses.fraunhofer-fdk;
|
||||||
maintainers = with maintainers; [ codyopel ];
|
maintainers = with maintainers; [ codyopel ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user