maintainers: remove patternspandemic (#452095)

This commit is contained in:
Fernando Rodrigues
2025-10-15 04:53:41 +00:00
committed by GitHub
3 changed files with 1 additions and 8 deletions
-6
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";
+1 -1
View File
@@ -714,6 +714,6 @@ in
};
meta = {
maintainers = with lib.maintainers; [ patternspandemic ];
maintainers = [ ];
};
}
-1
View File
@@ -164,7 +164,6 @@ stdenv.mkDerivation rec {
license = licenses.bsd2;
maintainers = with maintainers; [
kamilchm
patternspandemic
redvers
numinit
];