lol

herwig,thepeg: mark as gpl3Only

+2 -2
+1 -1
pkgs/development/libraries/physics/herwig/default.nix
··· 28 28 meta = with lib; { 29 29 description = "A multi-purpose particle physics event generator"; 30 30 homepage = "https://herwig.hepforge.org/"; 31 - license = licenses.gpl3; 31 + license = licenses.gpl3Only; 32 32 maintainers = with maintainers; [ veprbl ]; 33 33 platforms = platforms.unix; 34 34 broken = stdenv.isAarch64; # doesn't compile: ignoring return value of 'FILE* freopen...
+1 -1
pkgs/development/libraries/physics/thepeg/default.nix
··· 22 22 meta = with lib; { 23 23 description = "Toolkit for High Energy Physics Event Generation"; 24 24 homepage = "https://herwig.hepforge.org/"; 25 - license = licenses.gpl3; 25 + license = licenses.gpl3Only; 26 26 maintainers = with maintainers; [ veprbl ]; 27 27 platforms = platforms.unix; 28 28 };