fdk-aac: change license to fraunhofer-fdk

This library was originally mislicensed as Apache 2.0, as that's the
license used by the project that has this library.

However the library still has the original license on it, so i'm fairly
certain that's the wrong license.
This commit is contained in:
FavoritoHJS 2023-09-26 16:03:41 +00:00 committed by GitHub
parent 5d5c872bdf
commit 73fbd39679
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
};