monotone: add license
This commit is contained in:
parent
edb1bfcd32
commit
ae795a6acd
@ -33,9 +33,10 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
#doCheck = true; # some tests fail (and they take VERY long)
|
#doCheck = true; # some tests fail (and they take VERY long)
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "A free distributed version control system";
|
description = "A free distributed version control system";
|
||||||
maintainers = [stdenv.lib.maintainers.raskin];
|
maintainers = [ maintainers.raskin ];
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
license = licenses.gpl2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user