diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 45051cb6926c..78ebc75dae15 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -12893,12 +12893,6 @@ githubId = 20658981; name = "Jarosław Wygoda"; }; - jyp = { - email = "jeanphilippe.bernardy@gmail.com"; - github = "jyp"; - githubId = 27747; - name = "Jean-Philippe Bernardy"; - }; jzellner = { email = "jeffz@eml.cc"; github = "sofuture"; diff --git a/pkgs/development/python-modules/astunparse/default.nix b/pkgs/development/python-modules/astunparse/default.nix index 77f2cc10ad10..6311e3739344 100644 --- a/pkgs/development/python-modules/astunparse/default.nix +++ b/pkgs/development/python-modules/astunparse/default.nix @@ -28,6 +28,5 @@ buildPythonPackage rec { description = "This is a factored out version of unparse found in the Python source distribution"; homepage = "https://github.com/simonpercivall/astunparse"; license = licenses.bsd3; - maintainers = with maintainers; [ jyp ]; }; } diff --git a/pkgs/development/python-modules/bz2file/default.nix b/pkgs/development/python-modules/bz2file/default.nix index bd8b79a9a13e..a98ddf851823 100644 --- a/pkgs/development/python-modules/bz2file/default.nix +++ b/pkgs/development/python-modules/bz2file/default.nix @@ -20,6 +20,5 @@ buildPythonPackage rec { meta = { description = "Bz2file is a Python library for reading and writing bzip2-compressed files"; license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ jyp ]; }; } diff --git a/pkgs/development/python-modules/gast/default.nix b/pkgs/development/python-modules/gast/default.nix index a47a7500f4ed..d892c461be4a 100644 --- a/pkgs/development/python-modules/gast/default.nix +++ b/pkgs/development/python-modules/gast/default.nix @@ -36,7 +36,6 @@ buildPythonPackage rec { homepage = "https://github.com/serge-sans-paille/gast/"; license = lib.licenses.bsd3; maintainers = with lib.maintainers; [ - jyp cpcloud ]; }; diff --git a/pkgs/development/python-modules/gensim/default.nix b/pkgs/development/python-modules/gensim/default.nix index d2dd45791885..05311cf6f846 100644 --- a/pkgs/development/python-modules/gensim/default.nix +++ b/pkgs/development/python-modules/gensim/default.nix @@ -61,6 +61,5 @@ buildPythonPackage rec { homepage = "https://radimrehurek.com/gensim/"; changelog = "https://github.com/RaRe-Technologies/gensim/blob/${version}/CHANGELOG.md"; license = licenses.lgpl21Only; - maintainers = with maintainers; [ jyp ]; }; } diff --git a/pkgs/development/python-modules/smart-open/default.nix b/pkgs/development/python-modules/smart-open/default.nix index ff80c5d8eec1..1f078d327c75 100644 --- a/pkgs/development/python-modules/smart-open/default.nix +++ b/pkgs/development/python-modules/smart-open/default.nix @@ -74,6 +74,5 @@ buildPythonPackage rec { description = "Library for efficient streaming of very large file"; homepage = "https://github.com/RaRe-Technologies/smart_open"; license = licenses.mit; - maintainers = with maintainers; [ jyp ]; }; } diff --git a/pkgs/development/python-modules/tensorflow-estimator/bin.nix b/pkgs/development/python-modules/tensorflow-estimator/bin.nix index 1acfcec9a878..0d43ea9fdc9a 100644 --- a/pkgs/development/python-modules/tensorflow-estimator/bin.nix +++ b/pkgs/development/python-modules/tensorflow-estimator/bin.nix @@ -28,6 +28,5 @@ buildPythonPackage rec { description = "TensorFlow Estimator is a high-level API that encapsulates model training, evaluation, prediction, and exporting"; homepage = "http://tensorflow.org"; license = licenses.asl20; - maintainers = with maintainers; [ jyp ]; }; } diff --git a/pkgs/development/python-modules/tensorflow/bin.nix b/pkgs/development/python-modules/tensorflow/bin.nix index aeebf48288ab..a3d566987e0b 100644 --- a/pkgs/development/python-modules/tensorflow/bin.nix +++ b/pkgs/development/python-modules/tensorflow/bin.nix @@ -227,7 +227,6 @@ buildPythonPackage rec { sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ - jyp abbradar ]; badPlatforms = [ "x86_64-darwin" ];