python3Packages.tensorflow-bin: remove cdepillabout as maintainer

This commit is contained in:
Dennis Gosnell
2023-06-02 07:48:05 +09:00
parent d7f4cd8b1d
commit dbad685f5d
@@ -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" ];
};
}