remove jb55 as maintainer from some packages

I no longer use these and don't have much incentive to maintain them :(

+6 -6
+1 -1
pkgs/applications/networking/feedreaders/rss2email/default.nix
··· 42 description = "A tool that converts RSS/Atom newsfeeds to email"; 43 homepage = "https://pypi.python.org/pypi/rss2email"; 44 license = licenses.gpl2; 45 - maintainers = with maintainers; [ jb55 Profpatsch ekleog ]; 46 }; 47 passthru.tests = { 48 smoke-test = nixosTests.rss2email;
··· 42 description = "A tool that converts RSS/Atom newsfeeds to email"; 43 homepage = "https://pypi.python.org/pypi/rss2email"; 44 license = licenses.gpl2; 45 + maintainers = with maintainers; [ Profpatsch ekleog ]; 46 }; 47 passthru.tests = { 48 smoke-test = nixosTests.rss2email;
+1 -1
pkgs/applications/networking/instant-messengers/bitlbee-discord/default.nix
··· 26 27 homepage = "https://github.com/sm00th/bitlbee-discord"; 28 license = licenses.gpl2Plus; 29 - maintainers = with maintainers; [ lassulus jb55 ]; 30 platforms = lib.platforms.linux; 31 }; 32 }
··· 26 27 homepage = "https://github.com/sm00th/bitlbee-discord"; 28 license = licenses.gpl2Plus; 29 + maintainers = with maintainers; [ lassulus ]; 30 platforms = lib.platforms.linux; 31 }; 32 }
+1 -1
pkgs/applications/science/math/caffe/default.nix
··· 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 };