git: Augment meta' so that
gitFull' gets built by Hydra.
svn path=/nixpkgs/trunk/; revision=19526
This commit is contained in:
parent
b8bb0ce6dd
commit
88646b77e1
@ -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
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user