rivet: change license to gpl3

This commit is contained in:
Dmitry Kalinkin
2020-05-20 15:16:27 -04:00
parent 307931388c
commit 9f1c07af20
@@ -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 ];
}; };
} }