3
0
Fork 0
forked from mirrors/nixpkgs

pkgs/applications/version-management/cvs: added meta section

svn path=/nixpkgs/trunk/; revision=24140
This commit is contained in:
Peter Simons 2010-10-07 13:14:17 +00:00
parent 948b839e3d
commit 59fa834193

View file

@ -20,4 +20,12 @@ stdenv.mkDerivation {
'';
buildInputs = [ nano ];
meta = {
homepage = "http://cvs.nongnu.org";
description = "Concurrent Versions System - a source control system";
platforms = stdenv.lib.platforms.all;
maintainers = [];
};
}