More metadata

svn path=/nixpkgs/trunk/; revision=23808
This commit is contained in:
Yury G. Kudryashov
2010-09-15 12:57:49 +00:00
parent e6a787f44a
commit 10376e7ba1
7 changed files with 58 additions and 3 deletions
@@ -8,4 +8,10 @@ stdenv.mkDerivation rec {
url = "http://mp4v2.googlecode.com/files/${name}.tar.bz2";
sha256 = "1d73qbi0faqad3bpmjfr4kk0mfmqpl1f43ysrx4gq9i3mfp1qf2w";
};
meta = {
homepage = http://code.google.com/p/mp4v2;
maintainers = [ stdenv.lib.maintainers.urkud ];
platforms = stdenv.lib.platforms.all;
};
}