mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
maintainers: drop eelco
Has not reacted to maintainer pings since July 2025. Dropping according to maintainer guidelines.
This commit is contained in:
@@ -6,6 +6,13 @@
|
||||
#
|
||||
# Debugging:
|
||||
# drop .test from the end of this file, then use nix repl on it
|
||||
let
|
||||
ghost = {
|
||||
github = "ghost";
|
||||
githubId = 0;
|
||||
name = "ghost";
|
||||
};
|
||||
in
|
||||
rec {
|
||||
lib = import ../../../lib;
|
||||
|
||||
@@ -13,8 +20,8 @@ rec {
|
||||
modules = [
|
||||
../meta-maintainers.nix
|
||||
{
|
||||
_file = "eelco.nix";
|
||||
meta.maintainers = [ lib.maintainers.eelco ];
|
||||
_file = "ghost.nix";
|
||||
meta.maintainers = [ ghost ];
|
||||
}
|
||||
];
|
||||
};
|
||||
@@ -26,7 +33,7 @@ rec {
|
||||
lib.maintainers.pierron
|
||||
lib.maintainers.roberth
|
||||
];
|
||||
"eelco.nix" = [ lib.maintainers.eelco ];
|
||||
"ghost.nix" = [ ghost ];
|
||||
};
|
||||
{ };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user