vintagestory: add niraethm as maintainer (#377822)

This commit is contained in:
Artturin
2025-02-11 18:11:58 +02:00
committed by GitHub
2 changed files with 8 additions and 0 deletions
+7
View File
@@ -16678,6 +16678,13 @@
github = "nipeharefa";
githubId = 12620257;
};
niraethm = {
name = "Rémi Akirazar";
email = "randormi@devcpu.co";
matrix = "@lysgonul:bark.lgbt";
github = "niraethm";
githubId = 20865531;
};
NIS = {
name = "NSC IT Solutions";
github = "dev-nis";
+1
View File
@@ -100,6 +100,7 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [
artturin
gigglesquid
niraethm
];
};
}