mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
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.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -786,7 +786,6 @@ with lib.maintainers;
|
||||
members = [
|
||||
sgo
|
||||
marcusramberg
|
||||
zakame
|
||||
];
|
||||
scope = "Maintain the Perl interpreter and Perl packages.";
|
||||
shortName = "Perl";
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -39,6 +39,5 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/tadeck/onetimepass";
|
||||
changelog = "https://github.com/tadeck/onetimepass/releases/tag/v${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ zakame ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -34,6 +34,5 @@ buildPythonPackage rec {
|
||||
description = "Port of the most excellent TimeCop Ruby Gem for Python";
|
||||
homepage = "https://github.com/bluekelp/pytimecop";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ zakame ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -55,6 +55,5 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/jantman/versionfinder";
|
||||
changelog = "https://github.com/jantman/versionfinder/blob/${version}/CHANGES.rst";
|
||||
license = licenses.agpl3Plus;
|
||||
maintainers = with maintainers; [ zakame ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -1269,7 +1269,6 @@ with self;
|
||||
artistic1
|
||||
gpl1Plus
|
||||
];
|
||||
maintainers = [ maintainers.zakame ];
|
||||
mainProgram = "cpm";
|
||||
};
|
||||
};
|
||||
@@ -5721,7 +5720,6 @@ with self;
|
||||
artistic1
|
||||
gpl1Plus
|
||||
];
|
||||
maintainers = [ maintainers.zakame ];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -6690,7 +6688,6 @@ with self;
|
||||
artistic1
|
||||
gpl1Plus
|
||||
];
|
||||
maintainers = [ maintainers.zakame ];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -14482,7 +14479,6 @@ with self;
|
||||
artistic1
|
||||
gpl1Plus
|
||||
];
|
||||
maintainers = [ maintainers.zakame ];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -14505,7 +14501,6 @@ with self;
|
||||
artistic1
|
||||
gpl1Plus
|
||||
];
|
||||
maintainers = [ maintainers.zakame ];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -17385,7 +17380,6 @@ with self;
|
||||
artistic1
|
||||
gpl1Plus
|
||||
];
|
||||
maintainers = [ maintainers.zakame ];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -21313,7 +21307,6 @@ with self;
|
||||
artistic1
|
||||
gpl1Plus
|
||||
];
|
||||
maintainers = [ maintainers.zakame ];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -21759,7 +21752,6 @@ with self;
|
||||
artistic1
|
||||
gpl1Plus
|
||||
];
|
||||
maintainers = [ maintainers.zakame ];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -22856,7 +22848,6 @@ with self;
|
||||
description = "(DISCOURAGED) Promises/A+ and flow-control helpers";
|
||||
homepage = "https://github.com/jberger/Mojo-IOLoop-Delay";
|
||||
license = with lib.licenses; [ artistic2 ];
|
||||
maintainers = [ maintainers.zakame ];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -22884,7 +22875,6 @@ with self;
|
||||
artistic1
|
||||
gpl1Plus
|
||||
];
|
||||
maintainers = [ maintainers.zakame ];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -25156,7 +25146,6 @@ with self;
|
||||
artistic1
|
||||
gpl1Plus
|
||||
];
|
||||
maintainers = [ maintainers.zakame ];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -25237,7 +25226,6 @@ with self;
|
||||
artistic1
|
||||
gpl1Plus
|
||||
];
|
||||
maintainers = [ maintainers.zakame ];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -26597,7 +26585,6 @@ with self;
|
||||
artistic1
|
||||
gpl1Plus
|
||||
];
|
||||
maintainers = [ maintainers.zakame ];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -27076,7 +27063,6 @@ with self;
|
||||
artistic1
|
||||
gpl1Plus
|
||||
];
|
||||
maintainers = [ maintainers.zakame ];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -32358,7 +32344,6 @@ with self;
|
||||
artistic1
|
||||
gpl1Plus
|
||||
];
|
||||
maintainers = [ maintainers.zakame ];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -39100,7 +39085,6 @@ with self;
|
||||
artistic1
|
||||
gpl1Plus
|
||||
];
|
||||
maintainers = [ maintainers.zakame ];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -39119,7 +39103,6 @@ with self;
|
||||
artistic1
|
||||
gpl1Plus
|
||||
];
|
||||
maintainers = [ maintainers.zakame ];
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user