Merge pull request #39631 from veprbl/patch-6

fastjet: update license in meta
This commit is contained in:
xeji
2018-04-28 01:34:50 +02:00
committed by GitHub

View File

@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
meta = {
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/;
platforms = stdenv.lib.platforms.unix;
maintainers = with stdenv.lib.maintainers; [ veprbl ];