fix mkvtoolnix description and homepage

svn path=/nixpkgs/trunk/; revision=25926
This commit is contained in:
David Guibert 2011-02-12 20:22:55 +00:00
parent 87418d034b
commit ed85acac61

View File

@ -33,8 +33,8 @@ stdenv.mkDerivation rec {
'';
meta = {
description = "Matroska library";
homepage = http://dl.matroska.org/downloads/libmatroska;
description = "Cross-platform tools for Matroska";
homepage = http://www.bunkus.org/videotools/mkvtoolnix/;
};
}