Unverified Commit 40beaf55 authored by Wolfgang Walther's avatar Wolfgang Walther
Browse files

maintainers: drop zakame

Reacted to 0 out of 80 maintainer pings in the least 180 days.

Commit bit was recently removed with their approval for inactivity.
parent 20011978
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -206,9 +206,9 @@ nixos/modules/installer/tools/nix-fallback-paths.nix @NixOS/nix-team @raitobeza
/pkgs/top-level/haskell-packages.nix          @sternenseemann @maralorn @wolfgangwalther

# Perl
/pkgs/development/interpreters/perl @stigtsp @zakame @marcusramberg
/pkgs/top-level/perl-packages.nix   @stigtsp @zakame @marcusramberg
/pkgs/development/perl-modules      @stigtsp @zakame @marcusramberg
/pkgs/development/interpreters/perl @stigtsp @marcusramberg
/pkgs/top-level/perl-packages.nix   @stigtsp @marcusramberg
/pkgs/development/perl-modules      @stigtsp @marcusramberg

# R
/pkgs/applications/science/math/R   @jbedo
+0 −6
Original line number Diff line number Diff line
@@ -29047,12 +29047,6 @@
    githubId = 62440012;
    name = "Zain Kergaye";
  };
  zakame = {
    email = "zakame@zakame.net";
    github = "zakame";
    githubId = 110625;
    name = "Zak B. Elep";
  };
  zakkor = {
    email = "edward.dalbon@gmail.com";
    github = "zakkor";
+0 −1
Original line number Diff line number Diff line
@@ -786,7 +786,6 @@ with lib.maintainers;
    members = [
      sgo
      marcusramberg
      zakame
    ];
    scope = "Maintain the Perl interpreter and Perl packages.";
    shortName = "Perl";
+0 −1
Original line number Diff line number Diff line
@@ -57,7 +57,6 @@ python3.pkgs.buildPythonApplication rec {
    homepage = "http://awslimitchecker.readthedocs.org";
    changelog = "https://github.com/jantman/awslimitchecker/blob/${version}/CHANGES.rst";
    license = lib.licenses.agpl3Plus;
    maintainers = with lib.maintainers; [ zakame ];
    mainProgram = "awslimitchecker";
  };
}
+0 −1
Original line number Diff line number Diff line
@@ -73,6 +73,5 @@ stdenv.mkDerivation rec {
    description = "Tao of Unix Programming (Ruby-powered ANSI colored fortunes)";
    homepage = "https://github.com/globalcitizen/taoup";
    license = lib.licenses.gpl3Only;
    maintainers = [ lib.maintainers.zakame ];
  };
}
Loading