faac: revert licensing change

This commit is contained in:
codyopel 2015-02-10 09:32:51 -05:00
parent 12834a8500
commit 80dd1aa437

View File

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Open source MPEG-4 and MPEG-2 AAC encoder"; description = "Open source MPEG-4 and MPEG-2 AAC encoder";
homepage = http://www.audiocoding.com/faac.html; homepage = http://www.audiocoding.com/faac.html;
license = licenses.unfree; license = licenses.unfreeRedistributable;
maintainers = with maintainers; [ codyopel ]; maintainers = with maintainers; [ codyopel ];
platforms = platforms.all; platforms = platforms.all;
}; };