maintainers: drop eelco

Has not reacted to maintainer pings since July 2025. Dropping according
to maintainer guidelines.
This commit is contained in:
Wolfgang Walther
2026-01-10 22:50:43 +01:00
parent 2f2094a5d2
commit 0520de5243
8 changed files with 10 additions and 15 deletions

View File

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