summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorWolfgang Walther <walther@technowledgy.de>2026-01-10 22:50:43 +0100
committerWolfgang Walther <walther@technowledgy.de>2026-01-10 22:50:43 +0100
commit0520de52437c276b304d622fbf5f4a421033c682 (patch)
tree67a769757d8e9b19be5fb6cc52726da13850f89a /modules
parentneomutt: 20250905 -> 20260105 (#477122) (diff)
downloadnixpkgs-0520de52437c276b304d622fbf5f4a421033c682.tar.gz
maintainers: drop eelco
Has not reacted to maintainer pings since July 2025. Dropping according to maintainer guidelines.
Diffstat (limited to 'modules')
-rw-r--r--modules/generic/meta-maintainers/test.nix13
1 files changed, 10 insertions, 3 deletions
diff --git a/modules/generic/meta-maintainers/test.nix b/modules/generic/meta-maintainers/test.nix
index 73a431c34327..e4b37780ca83 100644
--- a/modules/generic/meta-maintainers/test.nix
+++ b/modules/generic/meta-maintainers/test.nix
@@ -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 ];
};
{ };