summary refs log tree commit diff
path: root/pkgs/development/python-modules/tensorflow
diff options
context:
space:
mode:
authorFrederik Rietdijk <freddyrietdijk@fridh.nl>2017-09-13 09:40:21 +0200
committerGitHub <noreply@github.com>2017-09-13 09:40:21 +0200
commit7aa2e6b590e14fe6fdd62b10d316881822ffbdbf (patch)
treefb7431ac641c1a1083cb0e9eec31580bf74729dc /pkgs/development/python-modules/tensorflow
parent47dcf634bbce3c09170a370715125d9c2a1fcc4d (diff)
parent1ba197f225817ee61fbe4d8f2636deab3625b5e9 (diff)
downloadnixlib-7aa2e6b590e14fe6fdd62b10d316881822ffbdbf.tar
nixlib-7aa2e6b590e14fe6fdd62b10d316881822ffbdbf.tar.gz
nixlib-7aa2e6b590e14fe6fdd62b10d316881822ffbdbf.tar.bz2
nixlib-7aa2e6b590e14fe6fdd62b10d316881822ffbdbf.tar.lz
nixlib-7aa2e6b590e14fe6fdd62b10d316881822ffbdbf.tar.xz
nixlib-7aa2e6b590e14fe6fdd62b10d316881822ffbdbf.tar.zst
nixlib-7aa2e6b590e14fe6fdd62b10d316881822ffbdbf.zip
Merge pull request #29263 from jyp/jyp-rename-maintainer
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 2d9be53d0062..5019f17f788a 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;
   };
 }