From a0a16f42fd9bfc8624639d80490ebbad5ae5ea5b Mon Sep 17 00:00:00 2001 From: Isidor Zeuner Date: Wed, 20 Dec 2023 06:42:57 +0100 Subject: [PATCH] libtensorflow: add gm6k as maintainer --- pkgs/development/python-modules/tensorflow/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/tensorflow/default.nix b/pkgs/development/python-modules/tensorflow/default.nix index fbc32dce05f33..d7d7421ff9a32 100644 --- a/pkgs/development/python-modules/tensorflow/default.nix +++ b/pkgs/development/python-modules/tensorflow/default.nix @@ -490,7 +490,7 @@ let description = "Computation using data flow graphs for scalable machine learning"; homepage = "http://tensorflow.org"; license = licenses.asl20; - maintainers = with maintainers; [ abbradar ]; + maintainers = with maintainers; [ abbradar gm6k ]; platforms = with platforms; linux ++ darwin; broken = #stdenv.isDarwin