Update description to mention APNG patch

svn path=/nixpkgs/trunk/; revision=24189
This commit is contained in:
Michael Raskin 2010-10-08 19:11:15 +00:00
parent a066ee7f06
commit 0d765e6673

View File

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
passthru = { inherit zlib; };
meta = {
description = "The official reference implementation for the PNG file format";
description = "The official reference implementation for the PNG file format with animation patch";
homepage = http://www.libpng.org/pub/png/libpng.html;
license = "free-non-copyleft"; # http://www.libpng.org/pub/png/src/libpng-LICENSE.txt
};