about summary refs log tree commit diff
path: root/pkgs/applications/science/math/caffe
diff options
context:
space:
mode:
authorWilliam Casarin <jb55@jb55.com>2022-04-04 08:08:22 -0700
committerWilliam Casarin <jb55@jb55.com>2022-04-04 08:10:42 -0700
commita1390787c3c165d93482ccd26587e855778a63b3 (patch)
tree537e051baa508172f78ed21c634ad0f7c460c9eb /pkgs/applications/science/math/caffe
parentf4aabde8580957e93118e45f3ad467bb5d9f131f (diff)
remove jb55 as maintainer from some packages
I no longer use these and don't have much incentive to maintain them :(
Diffstat (limited to 'pkgs/applications/science/math/caffe')
-rw-r--r--pkgs/applications/science/math/caffe/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/science/math/caffe/default.nix b/pkgs/applications/science/math/caffe/default.nix
index 462a05d300cec..74b89ed98c550 100644
--- a/pkgs/applications/science/math/caffe/default.nix
+++ b/pkgs/applications/science/math/caffe/default.nix
@@ -137,7 +137,7 @@ stdenv.mkDerivation rec {
       Center (BVLC) and by community contributors.
     '';
     homepage = "http://caffe.berkeleyvision.org/";
-    maintainers = with maintainers; [ jb55 ];
+    maintainers = with maintainers; [ ];
     license = licenses.bsd2;
     platforms = platforms.linux ++ platforms.darwin;
   };