cvs: add license

This commit is contained in:
Markus Kowalewski 2018-08-16 21:44:29 +02:00
parent 17702d0416
commit d15421f451
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -32,9 +32,10 @@ stdenv.mkDerivation {
doCheck = false; # fails 1 of 1 tests
meta = {
meta = with stdenv.lib; {
homepage = http://cvs.nongnu.org;
description = "Concurrent Versions System - a source control system";
platforms = stdenv.lib.platforms.all;
license = licenses.gpl2; # library is GPLv2, main is GPLv1
platforms = platforms.all;
};
}