Merge pull request #29263 from jyp/jyp-rename-maintainer

make my maintainer handle match my github username
This commit is contained in:
Frederik Rietdijk
2017-09-13 09:40:21 +02:00
committed by GitHub
7 changed files with 7 additions and 7 deletions

View File

@@ -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;
};
}