maintainers: drop kampfschlaefer

Inactive since 2020.
This commit is contained in:
Wolfgang Walther
2025-11-06 10:43:39 +01:00
parent 10341c2212
commit 8a7e37b687
10 changed files with 0 additions and 15 deletions

View File

@@ -13253,12 +13253,6 @@
githubId = 54859825;
keys = [ { fingerprint = "B2D0 AA53 8DBE 60B0 0811 3FC0 2D52 5F67 791E 5834"; } ];
};
kampfschlaefer = {
email = "arnold@arnoldarts.de";
github = "kampfschlaefer";
githubId = 3831860;
name = "Arnold Krille";
};
kanashimia = {
email = "chad@redpilled.dev";
github = "kanashimia";

View File

@@ -12,7 +12,6 @@ in
maintainers = with lib.maintainers; [
aristid
aszlig
kampfschlaefer
];
};

View File

@@ -2,7 +2,6 @@
{
name = "containers-extra_veth";
meta = {
maintainers = with lib.maintainers; [ kampfschlaefer ];
};
nodes.machine =

View File

@@ -5,7 +5,6 @@
maintainers = with lib.maintainers; [
aristid
aszlig
kampfschlaefer
];
};

View File

@@ -19,7 +19,6 @@ in
maintainers = with lib.maintainers; [
aristid
aszlig
kampfschlaefer
];
};

View File

@@ -2,7 +2,6 @@
{
name = "containers-physical_interfaces";
meta = {
maintainers = with lib.maintainers; [ kampfschlaefer ];
};
nodes = {

View File

@@ -12,7 +12,6 @@ in
maintainers = with lib.maintainers; [
aristid
aszlig
kampfschlaefer
ianwookim
];
};

View File

@@ -2,7 +2,6 @@
{
name = "containers-restart_networking";
meta = {
maintainers = with lib.maintainers; [ kampfschlaefer ];
};
nodes = {

View File

@@ -94,7 +94,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3Plus;
mainProgram = "rsync";
maintainers = with lib.maintainers; [
kampfschlaefer
ivan
];
platforms = platforms.unix;

View File

@@ -53,7 +53,6 @@ stdenv.mkDerivation (finalAttrs: {
mainProgram = "jackmix";
homepage = "https://github.com/kampfschlaefer/jackmix";
license = licenses.gpl2Only;
maintainers = with maintainers; [ kampfschlaefer ];
platforms = platforms.linux;
};
})