herwig,thepeg: mark as gpl3Only
This commit is contained in:
parent
116108e2b6
commit
669c286d27
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A multi-purpose particle physics event generator";
|
description = "A multi-purpose particle physics event generator";
|
||||||
homepage = "https://herwig.hepforge.org/";
|
homepage = "https://herwig.hepforge.org/";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3Only;
|
||||||
maintainers = with maintainers; [ veprbl ];
|
maintainers = with maintainers; [ veprbl ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
broken = stdenv.isAarch64; # doesn't compile: ignoring return value of 'FILE* freopen...
|
broken = stdenv.isAarch64; # doesn't compile: ignoring return value of 'FILE* freopen...
|
||||||
|
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Toolkit for High Energy Physics Event Generation";
|
description = "Toolkit for High Energy Physics Event Generation";
|
||||||
homepage = "https://herwig.hepforge.org/";
|
homepage = "https://herwig.hepforge.org/";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3Only;
|
||||||
maintainers = with maintainers; [ veprbl ];
|
maintainers = with maintainers; [ veprbl ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user