about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2023-10-01 18:57:58 +0200
committerVladimír Čunát <v@cunat.cz>2023-10-01 18:57:58 +0200
commit58aa6737113478177ad861c2ff20e10bc8ce12af (patch)
tree4493bc1fc336cbe439e53604873a2eae36bef5b9 /pkgs
parent4edbf793a50fa954d9b0493c47d3cf82e2df79f7 (diff)
parent73fbd396790ab94e8a36158e7e82abf383703716 (diff)
Merge #257338: fdk-aac: fix the license
Diffstat (limited to 'pkgs')
-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;
   };