maintainers: drop ehmry

This user is blocked since May 2025, thus can't maintain any packages
anymore.
This commit is contained in:
Wolfgang Walther
2025-08-31 16:53:44 +02:00
parent d8bd6e68e2
commit f09f724ef8
108 changed files with 0 additions and 122 deletions

View File

@@ -2,9 +2,6 @@ import ./make-test-python.nix (
{ pkgs, ... }:
{
name = "ccache";
meta = with pkgs.lib.maintainers; {
maintainers = [ ehmry ];
};
nodes.machine =
{ ... }:

View File

@@ -21,9 +21,6 @@ in
{ pkgs, ... }:
{
name = "cjdns";
meta = with pkgs.lib.maintainers; {
maintainers = [ ehmry ];
};
nodes = {
# Alice finds peers over over ETHInterface.

View File

@@ -1,7 +1,6 @@
{ pkgs, lib, ... }:
{
name = "eris-server";
meta.maintainers = with lib.maintainers; [ ehmry ];
nodes.server = {
environment.systemPackages = [

View File

@@ -6,9 +6,6 @@ in
{
name = "molly-brown";
meta = with pkgs.lib.maintainers; {
maintainers = [ ehmry ];
};
nodes = {

View File

@@ -1,7 +1,6 @@
{ pkgs, ... }:
{
name = "rsyncd";
meta.maintainers = with pkgs.lib.maintainers; [ ehmry ];
nodes =
let