monotone: add license

This commit is contained in:
Markus Kowalewski 2018-09-08 15:12:27 +02:00
parent edb1bfcd32
commit ae795a6acd
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -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;
}; };
} }