git: Augment meta' so that gitFull' gets built by Hydra.

svn path=/nixpkgs/trunk/; revision=19526
This commit is contained in:
Ludovic Courtès 2010-01-18 16:07:48 +00:00
parent b8bb0ce6dd
commit 88646b77e1

View file

@ -102,7 +102,7 @@ stdenv.mkDerivation rec {
meta = {
license = "GPLv2";
homepage = http://git.or.cz;
homepage = http://git-scm.com/;
description = "Git, a popular distributed version control system";
longDescription = ''
@ -110,5 +110,13 @@ stdenv.mkDerivation rec {
handle very large projects with speed and efficiency.
'';
license = "GPLv2";
maintainers =
[ # Add your name here!
stdenv.lib.maintainers.ludo
];
platforms = stdenv.lib.platforms.gnu; # arbitrary choice
};
}