diff --git a/lib/maintainers.nix b/lib/maintainers.nix index 79f50a94a07..43627fee674 100644 --- a/lib/maintainers.nix +++ b/lib/maintainers.nix @@ -447,6 +447,7 @@ vbgl = "Vincent Laporte "; vbmithr = "Vincent Bernardoff "; vcunat = "Vladimír Čunát "; + veprbl = "Dmitry Kalinkin "; viric = "Lluís Batlle i Rossell "; vizanto = "Danny Wilson "; vlstill = "Vladimír Štill "; diff --git a/pkgs/applications/science/physics/sacrifice/default.nix b/pkgs/applications/science/physics/sacrifice/default.nix index b2e642d6cde..056706653d0 100644 --- a/pkgs/applications/science/physics/sacrifice/default.nix +++ b/pkgs/applications/science/physics/sacrifice/default.nix @@ -34,5 +34,6 @@ stdenv.mkDerivation rec { license = stdenv.lib.licenses.gpl2; homepage = https://agile.hepforge.org/trac/wiki/Sacrifice; platforms = stdenv.lib.platforms.unix; + maintainers = with stdenv.maintainers; [ veprbl ]; }; } diff --git a/pkgs/development/libraries/physics/hepmc/default.nix b/pkgs/development/libraries/physics/hepmc/default.nix index ece19950174..9137314a769 100644 --- a/pkgs/development/libraries/physics/hepmc/default.nix +++ b/pkgs/development/libraries/physics/hepmc/default.nix @@ -24,5 +24,6 @@ stdenv.mkDerivation rec { license = stdenv.lib.licenses.gpl2; homepage = http://lcgapp.cern.ch/project/simu/HepMC/; platforms = stdenv.lib.platforms.unix; + maintainers = with stdenv.maintainers; [ veprbl ]; }; } diff --git a/pkgs/development/libraries/physics/herwig/default.nix b/pkgs/development/libraries/physics/herwig/default.nix index 5edce48f385..67478b6f59d 100644 --- a/pkgs/development/libraries/physics/herwig/default.nix +++ b/pkgs/development/libraries/physics/herwig/default.nix @@ -40,5 +40,6 @@ stdenv.mkDerivation rec { license = stdenv.lib.licenses.gpl2; homepage = https://herwig.hepforge.org/; platforms = stdenv.lib.platforms.unix; + maintainers = with stdenv.maintainers; [ veprbl ]; }; } diff --git a/pkgs/development/libraries/physics/lhapdf/default.nix b/pkgs/development/libraries/physics/lhapdf/default.nix index 80f818459f5..14c10cd64d5 100644 --- a/pkgs/development/libraries/physics/lhapdf/default.nix +++ b/pkgs/development/libraries/physics/lhapdf/default.nix @@ -26,5 +26,6 @@ stdenv.mkDerivation rec { license = stdenv.lib.licenses.gpl2; homepage = http://lhapdf.hepforge.org; platforms = stdenv.lib.platforms.unix; + maintainers = with stdenv.maintainers; [ veprbl ]; }; } diff --git a/pkgs/development/libraries/physics/nlojet/default.nix b/pkgs/development/libraries/physics/nlojet/default.nix index bece84faf21..8fe03d7b0b4 100644 --- a/pkgs/development/libraries/physics/nlojet/default.nix +++ b/pkgs/development/libraries/physics/nlojet/default.nix @@ -18,5 +18,6 @@ stdenv.mkDerivation rec { license = stdenv.lib.licenses.gpl2; description = "Implementation of calculation of the hadron jet cross sections"; platforms = stdenv.lib.platforms.unix; + maintainers = with stdenv.maintainers; [ veprbl ]; }; } diff --git a/pkgs/development/libraries/physics/pythia/default.nix b/pkgs/development/libraries/physics/pythia/default.nix index 5a422a1c7c1..9e2a3c54f4d 100644 --- a/pkgs/development/libraries/physics/pythia/default.nix +++ b/pkgs/development/libraries/physics/pythia/default.nix @@ -27,5 +27,6 @@ stdenv.mkDerivation rec { license = stdenv.lib.licenses.gpl2; homepage = http://home.thep.lu.se/~torbjorn/Pythia.html; platforms = stdenv.lib.platforms.unix; + maintainers = with stdenv.maintainers; [ veprbl ]; }; } diff --git a/pkgs/development/libraries/physics/rivet/default.nix b/pkgs/development/libraries/physics/rivet/default.nix index 7ea86732e89..d490373490e 100644 --- a/pkgs/development/libraries/physics/rivet/default.nix +++ b/pkgs/development/libraries/physics/rivet/default.nix @@ -69,5 +69,6 @@ stdenv.mkDerivation rec { license = stdenv.lib.licenses.gpl2; homepage = https://rivet.hepforge.org; platforms = stdenv.lib.platforms.unix; + maintainers = with stdenv.maintainers; [ veprbl ]; }; } diff --git a/pkgs/development/libraries/physics/thepeg/default.nix b/pkgs/development/libraries/physics/thepeg/default.nix index 5ea6daf8ed4..6d683ebeefc 100644 --- a/pkgs/development/libraries/physics/thepeg/default.nix +++ b/pkgs/development/libraries/physics/thepeg/default.nix @@ -23,5 +23,6 @@ stdenv.mkDerivation rec { license = stdenv.lib.licenses.gpl2; homepage = https://herwig.hepforge.org/; platforms = stdenv.lib.platforms.unix; + maintainers = with stdenv.maintainers; [ veprbl ]; }; } diff --git a/pkgs/development/libraries/physics/yoda/default.nix b/pkgs/development/libraries/physics/yoda/default.nix index 658ec4f99ed..336970b2e25 100644 --- a/pkgs/development/libraries/physics/yoda/default.nix +++ b/pkgs/development/libraries/physics/yoda/default.nix @@ -26,5 +26,6 @@ stdenv.mkDerivation rec { license = stdenv.lib.licenses.gpl2; homepage = https://yoda.hepforge.org; platforms = stdenv.lib.platforms.unix; + maintainers = with stdenv.maintainers; [ veprbl ]; }; }