pythia8: update meta

This commit is contained in:
Dmitry Kalinkin 2021-05-03 17:46:02 -04:00
parent 6ea85eab40
commit 5a57d96149
No known key found for this signature in database
GPG Key ID: 5157B3EC8B2CA333
1 changed files with 5 additions and 5 deletions

View File

@ -26,11 +26,11 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
meta = {
meta = with lib; {
description = "A program for the generation of high-energy physics events";
license = lib.licenses.gpl2;
homepage = "http://home.thep.lu.se/~torbjorn/Pythia.html";
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [ veprbl ];
license = licenses.gpl2Only;
homepage = "http://home.thep.lu.se/~torbjorn/Pythia.html";
platforms = platforms.unix;
maintainers = with maintainers; [ veprbl ];
};
}