remove jb55 as maintainer from some packages

I no longer use these and don't have much incentive to maintain them :(
This commit is contained in:
William Casarin 2022-04-04 08:08:22 -07:00
parent f4aabde858
commit a1390787c3
6 changed files with 6 additions and 6 deletions

View file

@ -42,7 +42,7 @@ buildPythonApplication rec {
description = "A tool that converts RSS/Atom newsfeeds to email"; description = "A tool that converts RSS/Atom newsfeeds to email";
homepage = "https://pypi.python.org/pypi/rss2email"; homepage = "https://pypi.python.org/pypi/rss2email";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ jb55 Profpatsch ekleog ]; maintainers = with maintainers; [ Profpatsch ekleog ];
}; };
passthru.tests = { passthru.tests = {
smoke-test = nixosTests.rss2email; smoke-test = nixosTests.rss2email;

View file

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/sm00th/bitlbee-discord"; homepage = "https://github.com/sm00th/bitlbee-discord";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ lassulus jb55 ]; maintainers = with maintainers; [ lassulus ];
platforms = lib.platforms.linux; platforms = lib.platforms.linux;
}; };
} }

View file

@ -137,7 +137,7 @@ stdenv.mkDerivation rec {
Center (BVLC) and by community contributors. Center (BVLC) and by community contributors.
''; '';
homepage = "http://caffe.berkeleyvision.org/"; homepage = "http://caffe.berkeleyvision.org/";
maintainers = with maintainers; [ jb55 ]; maintainers = with maintainers; [ ];
license = licenses.bsd2; license = licenses.bsd2;
platforms = platforms.linux ++ platforms.darwin; platforms = platforms.linux ++ platforms.darwin;
}; };

View file

@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
replacement for NCURSES on existing systems. replacement for NCURSES on existing systems.
''; '';
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ jb55 AndersonTorres ]; maintainers = with maintainers; [ AndersonTorres ];
inherit (ncurses.meta) platforms; inherit (ncurses.meta) platforms;
}; };
} }

View file

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "A C++ framework for property based testing inspired by QuickCheck"; description = "A C++ framework for property based testing inspired by QuickCheck";
inherit (src.meta) homepage; inherit (src.meta) homepage;
maintainers = with maintainers; [ jb55 ]; maintainers = with maintainers; [ ];
license = licenses.bsd2; license = licenses.bsd2;
platforms = platforms.all; platforms = platforms.all;
}; };

View file

@ -36,7 +36,7 @@ mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "GUI for mapping keyboard and mouse controls to a gamepad"; description = "GUI for mapping keyboard and mouse controls to a gamepad";
inherit (src.meta) homepage; inherit (src.meta) homepage;
maintainers = with maintainers; [ jb55 sbruder ]; maintainers = with maintainers; [ sbruder ];
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = with platforms; linux; platforms = with platforms; linux;
}; };