···137 Center (BVLC) and by community contributors.
138 '';
139 homepage = "http://caffe.berkeleyvision.org/";
140- maintainers = with maintainers; [ jb55 ];
141 license = licenses.bsd2;
142 platforms = platforms.linux ++ platforms.darwin;
143 };
···137 Center (BVLC) and by community contributors.
138 '';
139 homepage = "http://caffe.berkeleyvision.org/";
140+ maintainers = with maintainers; [ ];
141 license = licenses.bsd2;
142 platforms = platforms.linux ++ platforms.darwin;
143 };
+1-1
pkgs/development/libraries/notcurses/default.nix
···57 replacement for NCURSES on existing systems.
58 '';
59 license = licenses.asl20;
60- maintainers = with maintainers; [ jb55 AndersonTorres ];
61 inherit (ncurses.meta) platforms;
62 };
63}
···57 replacement for NCURSES on existing systems.
58 '';
59 license = licenses.asl20;
60+ maintainers = with maintainers; [ AndersonTorres ];
61 inherit (ncurses.meta) platforms;
62 };
63}
+1-1
pkgs/development/libraries/rapidcheck/default.nix
···24 meta = with lib; {
25 description = "A C++ framework for property based testing inspired by QuickCheck";
26 inherit (src.meta) homepage;
27- maintainers = with maintainers; [ jb55 ];
28 license = licenses.bsd2;
29 platforms = platforms.all;
30 };
···24 meta = with lib; {
25 description = "A C++ framework for property based testing inspired by QuickCheck";
26 inherit (src.meta) homepage;
27+ maintainers = with maintainers; [ ];
28 license = licenses.bsd2;
29 platforms = platforms.all;
30 };
+1-1
pkgs/tools/misc/antimicrox/default.nix
···36 meta = with lib; {
37 description = "GUI for mapping keyboard and mouse controls to a gamepad";
38 inherit (src.meta) homepage;
39- maintainers = with maintainers; [ jb55 sbruder ];
40 license = licenses.gpl3Plus;
41 platforms = with platforms; linux;
42 };
···36 meta = with lib; {
37 description = "GUI for mapping keyboard and mouse controls to a gamepad";
38 inherit (src.meta) homepage;
39+ maintainers = with maintainers; [ sbruder ];
40 license = licenses.gpl3Plus;
41 platforms = with platforms; linux;
42 };