summary refs log tree commit diff
path: root/pkgs/development/libraries/faac
diff options
context:
space:
mode:
authorcodyopel <codyopel@gmail.com>2015-02-10 09:32:51 -0500
committercodyopel <codyopel@gmail.com>2015-02-10 09:32:51 -0500
commit80dd1aa437f6d90771c833ac19947cd4dba1fb00 (patch)
tree1fc77389821f6c4eb6e9e552fb4a5f4a0ff92d76 /pkgs/development/libraries/faac
parent12834a8500619b247a52594ea94b0a1a423ad6d9 (diff)
downloadnixpkgs-80dd1aa437f6d90771c833ac19947cd4dba1fb00.tar
nixpkgs-80dd1aa437f6d90771c833ac19947cd4dba1fb00.tar.gz
nixpkgs-80dd1aa437f6d90771c833ac19947cd4dba1fb00.tar.bz2
nixpkgs-80dd1aa437f6d90771c833ac19947cd4dba1fb00.tar.lz
nixpkgs-80dd1aa437f6d90771c833ac19947cd4dba1fb00.tar.xz
nixpkgs-80dd1aa437f6d90771c833ac19947cd4dba1fb00.tar.zst
nixpkgs-80dd1aa437f6d90771c833ac19947cd4dba1fb00.zip
faac: revert licensing change
Diffstat (limited to 'pkgs/development/libraries/faac')
-rw-r--r--pkgs/development/libraries/faac/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/faac/default.nix b/pkgs/development/libraries/faac/default.nix
index 6fe3601aeaa..802aafc444c 100644
--- a/pkgs/development/libraries/faac/default.nix
+++ b/pkgs/development/libraries/faac/default.nix
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
   meta = {
     description = "Open source MPEG-4 and MPEG-2 AAC encoder";
     homepage    = http://www.audiocoding.com/faac.html;
-    license     = licenses.unfree;
+    license     = licenses.unfreeRedistributable;
     maintainers = with maintainers; [ codyopel ];
     platforms   = platforms.all;
   };