lol

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.

authored by

FavoritoHJS and committed by
GitHub
73fbd396 5d5c872b

+1 -1
+1 -1
pkgs/development/libraries/fdk-aac/default.nix
··· 22 22 meta = with lib; { 23 23 description = "A high-quality implementation of the AAC codec from Android"; 24 24 homepage = "https://sourceforge.net/projects/opencore-amr/"; 25 - license = licenses.asl20; 25 + license = licenses.fraunhofer-fdk; 26 26 maintainers = with maintainers; [ codyopel ]; 27 27 platforms = platforms.all; 28 28 };