rivet: change license to gpl3

This commit is contained in:
Dmitry Kalinkin 2019-11-18 14:41:17 -05:00
parent 307931388c
commit 9f1c07af20
No known key found for this signature in database
GPG Key ID: 5157B3EC8B2CA333
1 changed files with 4 additions and 4 deletions

View File

@ -74,11 +74,11 @@ stdenv.mkDerivation rec {
done done
''; '';
meta = { meta = with stdenv.lib; {
description = "A framework for comparison of experimental measurements from high-energy particle colliders to theory predictions"; description = "A framework for comparison of experimental measurements from high-energy particle colliders to theory predictions";
license = stdenv.lib.licenses.gpl2; license = licenses.gpl3;
homepage = "https://rivet.hepforge.org"; homepage = "https://rivet.hepforge.org";
platforms = stdenv.lib.platforms.unix; platforms = platforms.unix;
maintainers = with stdenv.lib.maintainers; [ veprbl ]; maintainers = with maintainers; [ veprbl ];
}; };
} }