pythia8: update meta
This commit is contained in:
parent
6ea85eab40
commit
5a57d96149
@ -26,11 +26,11 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = {
|
meta = with lib; {
|
||||||
description = "A program for the generation of high-energy physics events";
|
description = "A program for the generation of high-energy physics events";
|
||||||
license = lib.licenses.gpl2;
|
license = licenses.gpl2Only;
|
||||||
homepage = "http://home.thep.lu.se/~torbjorn/Pythia.html";
|
homepage = "http://home.thep.lu.se/~torbjorn/Pythia.html";
|
||||||
platforms = lib.platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with lib.maintainers; [ veprbl ];
|
maintainers = with maintainers; [ veprbl ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user