about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFavoritoHJS <69703458+FavoritoHJS@users.noreply.github.com>2023-09-26 16:03:41 +0000
committerGitHub <noreply@github.com>2023-09-26 16:03:41 +0000
commit73fbd396790ab94e8a36158e7e82abf383703716 (patch)
tree5b67f0183031903043e60aa5bdb0b07764f15e14
parent5d5c872bdffb0542662516aec96ae05d3762fbe1 (diff)
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.
-rw-r--r--pkgs/development/libraries/fdk-aac/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/fdk-aac/default.nix b/pkgs/development/libraries/fdk-aac/default.nix
index 71077d6e315e2..99e211877da1e 100644
--- a/pkgs/development/libraries/fdk-aac/default.nix
+++ b/pkgs/development/libraries/fdk-aac/default.nix
@@ -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;
   };