From dbad685f5d7a73df38a3091497d625b4edf692da Mon Sep 17 00:00:00 2001 From: Dennis Gosnell Date: Fri, 2 Jun 2023 07:48:05 +0900 Subject: [PATCH] python3Packages.tensorflow-bin: remove cdepillabout as maintainer --- pkgs/development/python-modules/tensorflow/bin.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/tensorflow/bin.nix b/pkgs/development/python-modules/tensorflow/bin.nix index a2e7b2d21e8a..a988a39c388b 100644 --- a/pkgs/development/python-modules/tensorflow/bin.nix +++ b/pkgs/development/python-modules/tensorflow/bin.nix @@ -201,7 +201,7 @@ in buildPythonPackage { homepage = "http://tensorflow.org"; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; license = licenses.asl20; - maintainers = with maintainers; [ jyp abbradar cdepillabout ]; + maintainers = with maintainers; [ jyp abbradar ]; platforms = [ "x86_64-linux" "x86_64-darwin" ]; }; }