about summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorJean-Philippe Bernardy <jeanphilippe.bernardy@gmail.com>2017-09-12 09:59:28 +0200
committerJean-Philippe Bernardy <jeanphilippe.bernardy@gmail.com>2017-09-12 15:17:18 +0200
commit1ba197f225817ee61fbe4d8f2636deab3625b5e9 (patch)
treea94379f21d14e11a651c779fdd71a25f3e5cb7a0 /pkgs/development/python-modules
parent90b3d2db91cc604f57e304cc9765988c64a71eda (diff)
downloadnixlib-1ba197f225817ee61fbe4d8f2636deab3625b5e9.tar
nixlib-1ba197f225817ee61fbe4d8f2636deab3625b5e9.tar.gz
nixlib-1ba197f225817ee61fbe4d8f2636deab3625b5e9.tar.bz2
nixlib-1ba197f225817ee61fbe4d8f2636deab3625b5e9.tar.lz
nixlib-1ba197f225817ee61fbe4d8f2636deab3625b5e9.tar.xz
nixlib-1ba197f225817ee61fbe4d8f2636deab3625b5e9.tar.zst
nixlib-1ba197f225817ee61fbe4d8f2636deab3625b5e9.zip
make my maintainer handle match my github username
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/backports_weakref/default.nix2
-rw-r--r--pkgs/development/python-modules/bz2file/default.nix2
-rw-r--r--pkgs/development/python-modules/gensim/default.nix2
-rw-r--r--pkgs/development/python-modules/smart_open/default.nix2
-rw-r--r--pkgs/development/python-modules/tensorflow/default.nix2
5 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/development/python-modules/backports_weakref/default.nix b/pkgs/development/python-modules/backports_weakref/default.nix
index ad9f7582c094..0528fa405aeb 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 9f7ef8d5521e..7abbc6cdbb0f 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 837ffa8c8672..2d953abd53cd 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 dbc3889406f0..436d85102d81 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 b8fb107968bc..207c62383cbe 100644
--- a/pkgs/development/python-modules/tensorflow/default.nix
+++ b/pkgs/development/python-modules/tensorflow/default.nix
@@ -119,7 +119,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;
   };
 }