maintainers: remove patternspandemic

This commit is contained in:
patternspandemic
2025-10-14 15:13:50 -07:00
parent f69da868f5
commit 31ebd81a77
3 changed files with 1 additions and 8 deletions

View File

@@ -19852,12 +19852,6 @@
githubId = 3074260;
name = "Patryk Sondej";
};
patternspandemic = {
email = "patternspandemic@live.com";
github = "patternspandemic";
githubId = 15645854;
name = "Brad Christensen";
};
patwid = {
email = "patrick.widmer@tbwnet.ch";
github = "patwid";

View File

@@ -714,6 +714,6 @@ in
};
meta = {
maintainers = with lib.maintainers; [ patternspandemic ];
maintainers = [ ];
};
}

View File

@@ -164,7 +164,6 @@ stdenv.mkDerivation rec {
license = licenses.bsd2;
maintainers = with maintainers; [
kamilchm
patternspandemic
redvers
numinit
];