From 80dd1aa437f6d90771c833ac19947cd4dba1fb00 Mon Sep 17 00:00:00 2001 From: codyopel Date: Tue, 10 Feb 2015 09:32:51 -0500 Subject: [PATCH] faac: revert licensing change --- pkgs/development/libraries/faac/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/faac/default.nix b/pkgs/development/libraries/faac/default.nix index 6fe3601aeaa7..802aafc444c3 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; };