pkgs/applications/version-management/cvs: added meta section
svn path=/nixpkgs/trunk/; revision=24140
This commit is contained in:
parent
948b839e3d
commit
59fa834193
@ -20,4 +20,12 @@ stdenv.mkDerivation {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
buildInputs = [ nano ];
|
buildInputs = [ nano ];
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
homepage = "http://cvs.nongnu.org";
|
||||||
|
description = "Concurrent Versions System - a source control system";
|
||||||
|
|
||||||
|
platforms = stdenv.lib.platforms.all;
|
||||||
|
maintainers = [];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user