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:
@@ -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";
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -745,7 +745,6 @@ with lib.maintainers;
|
||||
# same as https://github.com/orgs/NixOS/teams/nix-team
|
||||
nix = {
|
||||
members = [
|
||||
eelco
|
||||
mic92
|
||||
tomberek
|
||||
roberth
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
{ };
|
||||
|
||||
|
||||
@@ -6,7 +6,6 @@ let
|
||||
in
|
||||
{
|
||||
name = "misc";
|
||||
meta.maintainers = with lib.maintainers; [ eelco ];
|
||||
|
||||
nodes.machine =
|
||||
{ lib, ... }:
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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) (
|
||||
|
||||
Reference in New Issue
Block a user