nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.tensorflow-bin: remove cdepillabout as maintainer

+1 -1
+1 -1
pkgs/development/python-modules/tensorflow/bin.nix
··· 201 201 homepage = "http://tensorflow.org"; 202 202 sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 203 203 license = licenses.asl20; 204 - maintainers = with maintainers; [ jyp abbradar cdepillabout ]; 204 + maintainers = with maintainers; [ jyp abbradar ]; 205 205 platforms = [ "x86_64-linux" "x86_64-darwin" ]; 206 206 }; 207 207 }