fastjet: update license in meta
Fixes: 70e070 ('fastjet: 3.3.0 -> 3.3.1')
This commit is contained in:
parent
92808e667f
commit
b1950f081d
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A software package for jet finding in pp and e+e− collisions";
|
description = "A software package for jet finding in pp and e+e− collisions";
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
homepage = http://fastjet.fr/;
|
homepage = http://fastjet.fr/;
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
maintainers = with stdenv.lib.maintainers; [ veprbl ];
|
maintainers = with stdenv.lib.maintainers; [ veprbl ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user