cvs2svn: add license
This commit is contained in:
parent
499b7e8927
commit
9f29e4c9c7
@ -23,10 +23,11 @@ stdenv.mkDerivation rec {
|
|||||||
/* !!! maybe we should absolutise the program names in
|
/* !!! maybe we should absolutise the program names in
|
||||||
$out/lib/python2.4/site-packages/cvs2svn_lib/config.py. */
|
$out/lib/python2.4/site-packages/cvs2svn_lib/config.py. */
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "A tool to convert CVS repositories to Subversion repositories";
|
description = "A tool to convert CVS repositories to Subversion repositories";
|
||||||
homepage = http://cvs2svn.tigris.org/;
|
homepage = http://cvs2svn.tigris.org/;
|
||||||
maintainers = [ lib.maintainers.makefu ];
|
maintainers = [ maintainers.makefu ];
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
license = licenses.asl20;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user