summary refs log tree commit diff
path: root/pkgs/development/python-modules/tensorflow
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/tensorflow
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/tensorflow')
-rw-r--r--pkgs/development/python-modules/tensorflow/default.nix2
1 files changed, 1 insertions, 1 deletions
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;
   };
 }