diff --git a/lib/maintainers.nix b/lib/maintainers.nix index e2ee441d9dd..f77a2669702 100644 --- a/lib/maintainers.nix +++ b/lib/maintainers.nix @@ -284,9 +284,9 @@ johnramsden = "John Ramsden "; joko = "Ioannis Koutras "; jonafato = "Jon Banafato "; - jpbernardy = "Jean-Philippe Bernardy "; jpierre03 = "Jean-Pierre PRUNARET "; jpotier = "Martin Potier "; + jyp = "Jean-Philippe Bernardy "; jraygauthier = "Raymond Gauthier "; jtojnar = "Jan Tojnar "; juliendehos = "Julien Dehos "; diff --git a/pkgs/development/libraries/science/math/cudnn/8.0-6.0/default.nix b/pkgs/development/libraries/science/math/cudnn/8.0-6.0/default.nix index 21efe5b5957..f0cfb906b1f 100644 --- a/pkgs/development/libraries/science/math/cudnn/8.0-6.0/default.nix +++ b/pkgs/development/libraries/science/math/cudnn/8.0-6.0/default.nix @@ -35,6 +35,6 @@ stdenv.mkDerivation rec { description = "NVIDIA CUDA Deep Neural Network library (cuDNN)"; homepage = https://developer.nvidia.com/cudnn; license = stdenv.lib.licenses.unfree; - maintainers = with maintainers; [ jpbernardy ]; + maintainers = with maintainers; [ jyp ]; }; } diff --git a/pkgs/development/python-modules/backports_weakref/default.nix b/pkgs/development/python-modules/backports_weakref/default.nix index ad9f7582c09..0528fa405ae 100644 --- a/pkgs/development/python-modules/backports_weakref/default.nix +++ b/pkgs/development/python-modules/backports_weakref/default.nix @@ -28,6 +28,6 @@ buildPythonPackage rec { meta = with stdenv.lib; { description = "Backports of new features in Python’s weakref module"; license = licenses.psfl; - maintainers = with maintainers; [ jpbernardy ]; + maintainers = with maintainers; [ jyp ]; }; } diff --git a/pkgs/development/python-modules/bz2file/default.nix b/pkgs/development/python-modules/bz2file/default.nix index 9f7ef8d5521..7abbc6cdbb0 100644 --- a/pkgs/development/python-modules/bz2file/default.nix +++ b/pkgs/development/python-modules/bz2file/default.nix @@ -20,6 +20,6 @@ buildPythonPackage rec { meta = { description = "Bz2file is a Python library for reading and writing bzip2-compressed files"; license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ jpbernardy ]; + maintainers = with lib.maintainers; [ jyp ]; }; } diff --git a/pkgs/development/python-modules/gensim/default.nix b/pkgs/development/python-modules/gensim/default.nix index 837ffa8c867..2d953abd53c 100644 --- a/pkgs/development/python-modules/gensim/default.nix +++ b/pkgs/development/python-modules/gensim/default.nix @@ -38,6 +38,6 @@ buildPythonPackage rec { description = "Topic-modelling library"; homepage = https://radimrehurek.com/gensim/; license = lib.licenses.lgpl21; - maintainers = with lib.maintainers; [ jpbernardy ]; + maintainers = with lib.maintainers; [ jyp ]; }; } diff --git a/pkgs/development/python-modules/smart_open/default.nix b/pkgs/development/python-modules/smart_open/default.nix index dbc3889406f..436d85102d8 100644 --- a/pkgs/development/python-modules/smart_open/default.nix +++ b/pkgs/development/python-modules/smart_open/default.nix @@ -23,6 +23,6 @@ buildPythonPackage rec { meta = { license = lib.licenses.mit; description = "smart_open is a Python 2 & Python 3 library for efficient streaming of very large file"; - maintainers = with lib.maintainers; [ jpbernardy ]; + maintainers = with lib.maintainers; [ jyp ]; }; } diff --git a/pkgs/development/python-modules/tensorflow/default.nix b/pkgs/development/python-modules/tensorflow/default.nix index 2d9be53d006..5019f17f788 100644 --- a/pkgs/development/python-modules/tensorflow/default.nix +++ b/pkgs/development/python-modules/tensorflow/default.nix @@ -133,7 +133,7 @@ buildPythonPackage rec { description = "TensorFlow helps the tensors flow"; homepage = http://tensorflow.org; license = licenses.asl20; - maintainers = with maintainers; [ jpbernardy ]; + maintainers = with maintainers; [ jyp ]; platforms = with platforms; if cudaSupport then linux else linux ++ darwin; }; }