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

View File

@ -74,11 +74,11 @@ stdenv.mkDerivation rec {
done
'';
meta = {
meta = with stdenv.lib; {
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";
platforms = stdenv.lib.platforms.unix;
maintainers = with stdenv.lib.maintainers; [ veprbl ];
platforms = platforms.unix;
maintainers = with maintainers; [ veprbl ];
};
}