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 42 description = "A tool that converts RSS/Atom newsfeeds to email"; 43 43 homepage = "https://pypi.python.org/pypi/rss2email"; 44 44 license = licenses.gpl2; 45 - maintainers = with maintainers; [ jb55 Profpatsch ekleog ]; 45 + maintainers = with maintainers; [ Profpatsch ekleog ]; 46 46 }; 47 47 passthru.tests = { 48 48 smoke-test = nixosTests.rss2email;
+1 -1
pkgs/applications/networking/instant-messengers/bitlbee-discord/default.nix
··· 26 26 27 27 homepage = "https://github.com/sm00th/bitlbee-discord"; 28 28 license = licenses.gpl2Plus; 29 - maintainers = with maintainers; [ lassulus jb55 ]; 29 + maintainers = with maintainers; [ lassulus ]; 30 30 platforms = lib.platforms.linux; 31 31 }; 32 32 }
+1 -1
pkgs/applications/science/math/caffe/default.nix
··· 137 137 Center (BVLC) and by community contributors. 138 138 ''; 139 139 homepage = "http://caffe.berkeleyvision.org/"; 140 - maintainers = with maintainers; [ jb55 ]; 140 + maintainers = with maintainers; [ ]; 141 141 license = licenses.bsd2; 142 142 platforms = platforms.linux ++ platforms.darwin; 143 143 };
+1 -1
pkgs/development/libraries/notcurses/default.nix
··· 57 57 replacement for NCURSES on existing systems. 58 58 ''; 59 59 license = licenses.asl20; 60 - maintainers = with maintainers; [ jb55 AndersonTorres ]; 60 + maintainers = with maintainers; [ AndersonTorres ]; 61 61 inherit (ncurses.meta) platforms; 62 62 }; 63 63 }
+1 -1
pkgs/development/libraries/rapidcheck/default.nix
··· 24 24 meta = with lib; { 25 25 description = "A C++ framework for property based testing inspired by QuickCheck"; 26 26 inherit (src.meta) homepage; 27 - maintainers = with maintainers; [ jb55 ]; 27 + maintainers = with maintainers; [ ]; 28 28 license = licenses.bsd2; 29 29 platforms = platforms.all; 30 30 };
+1 -1
pkgs/tools/misc/antimicrox/default.nix
··· 36 36 meta = with lib; { 37 37 description = "GUI for mapping keyboard and mouse controls to a gamepad"; 38 38 inherit (src.meta) homepage; 39 - maintainers = with maintainers; [ jb55 sbruder ]; 39 + maintainers = with maintainers; [ sbruder ]; 40 40 license = licenses.gpl3Plus; 41 41 platforms = with platforms; linux; 42 42 };