faac: revert licensing change
This commit is contained in:
parent
12834a8500
commit
80dd1aa437
@ -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;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user