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

@@ -7533,12 +7533,6 @@
githubId = 8173116;
name = "Dean Eckert";
};
eelco = {
email = "edolstra+nixpkgs@gmail.com";
github = "edolstra";
githubId = 1148549;
name = "Eelco Dolstra";
};
ehegnes = {
email = "eric.hegnes@gmail.com";
github = "ehegnes";

View File

@@ -29,7 +29,6 @@ stdenv.mkDerivation {
'';
meta = {
maintainers = with lib.maintainers; [ eelco ];
description = "Utility to generate a Nix expression for a Perl package from CPAN";
mainProgram = "nix-generate-from-cpan";
platforms = lib.platforms.unix;

View File

@@ -29,7 +29,6 @@ stdenv.mkDerivation {
'';
meta = {
maintainers = [ lib.maintainers.eelco ];
description = "A utility for Nixpkgs contributors to check Nixpkgs for common errors";
mainProgram = "nixpkgs-lint";
platforms = lib.platforms.unix;

View File

@@ -745,7 +745,6 @@ with lib.maintainers;
# same as https://github.com/orgs/NixOS/teams/nix-team
nix = {
members = [
eelco
mic92
tomberek
roberth

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

View File

@@ -6,7 +6,6 @@ let
in
{
name = "misc";
meta.maintainers = with lib.maintainers; [ eelco ];
nodes.machine =
{ lib, ... }:

View File

@@ -61,7 +61,6 @@ stdenv.mkDerivation {
meta = {
homepage = "https://github.com/edolstra/nix-serve";
description = "Utility for sharing a Nix store as a binary cache";
maintainers = [ lib.maintainers.eelco ];
license = lib.licenses.lgpl21;
# See https://github.com/edolstra/nix-serve/issues/57
broken = stdenv.hostPlatform.isDarwin;

View File

@@ -112,7 +112,6 @@ stdenv.mkDerivation rec {
license = lib.licenses.gpl3Plus;
maintainers = [ lib.maintainers.eelco ];
platforms =
with lib.platforms;
lib.intersectLists (x86 ++ power ++ s390x ++ armv7 ++ aarch64 ++ mips ++ riscv64) (