remove jb55 as maintainer from some packages

I no longer use these and don't have much incentive to maintain them :(
main
William Casarin 2 years ago
parent f4aabde858
commit a1390787c3
  1. 2
      pkgs/applications/networking/feedreaders/rss2email/default.nix
  2. 2
      pkgs/applications/networking/instant-messengers/bitlbee-discord/default.nix
  3. 2
      pkgs/applications/science/math/caffe/default.nix
  4. 2
      pkgs/development/libraries/notcurses/default.nix
  5. 2
      pkgs/development/libraries/rapidcheck/default.nix
  6. 2
      pkgs/tools/misc/antimicrox/default.nix

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

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

@ -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;
};

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

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

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

Loading…
Cancel
Save