Merge pull request #39631 from veprbl/patch-6
fastjet: update license in meta
This commit is contained in:
commit
a674227d2a
@ -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