about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--lib/maintainers.nix1
-rw-r--r--pkgs/applications/science/physics/sacrifice/default.nix1
-rw-r--r--pkgs/development/libraries/physics/hepmc/default.nix1
-rw-r--r--pkgs/development/libraries/physics/herwig/default.nix1
-rw-r--r--pkgs/development/libraries/physics/lhapdf/default.nix1
-rw-r--r--pkgs/development/libraries/physics/nlojet/default.nix1
-rw-r--r--pkgs/development/libraries/physics/pythia/default.nix1
-rw-r--r--pkgs/development/libraries/physics/rivet/default.nix1
-rw-r--r--pkgs/development/libraries/physics/thepeg/default.nix1
-rw-r--r--pkgs/development/libraries/physics/yoda/default.nix1
10 files changed, 10 insertions, 0 deletions
diff --git a/lib/maintainers.nix b/lib/maintainers.nix
index 79f50a94a072..43627fee6748 100644
--- a/lib/maintainers.nix
+++ b/lib/maintainers.nix
@@ -447,6 +447,7 @@
   vbgl = "Vincent Laporte <Vincent.Laporte@gmail.com>";
   vbmithr = "Vincent Bernardoff <vb@luminar.eu.org>";
   vcunat = "Vladimír Čunát <vcunat@gmail.com>";
+  veprbl = "Dmitry Kalinkin <veprbl@gmail.com>";
   viric = "Lluís Batlle i Rossell <viric@viric.name>";
   vizanto = "Danny Wilson <danny@prime.vc>";
   vlstill = "Vladimír Štill <xstill@fi.muni.cz>";
diff --git a/pkgs/applications/science/physics/sacrifice/default.nix b/pkgs/applications/science/physics/sacrifice/default.nix
index b2e642d6cde8..056706653d02 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 ece19950174a..9137314a7691 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 5edce48f3856..67478b6f59d0 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 80f818459f53..14c10cd64d51 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 bece84faf211..8fe03d7b0b47 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 5a422a1c7c15..9e2a3c54f4d0 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 7ea86732e897..d490373490e0 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 5ea6daf8ed44..6d683ebeefcf 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 658ec4f99ed1..336970b2e25a 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 ];
   };
 }