maintainers: add mochienya (#451372)

This commit is contained in:
Gaétan Lepage
2025-10-29 09:24:55 +00:00
committed by GitHub
2 changed files with 15 additions and 1 deletions
+11
View File
@@ -17322,6 +17322,17 @@
githubId = 7831184;
name = "John Mercier";
};
mochienya = {
name = "mochienya";
github = "mochienya";
githubId = 187453775;
matrix = "@mochienya:matrix.org";
keys = [
{
fingerprint = "7A49 5110 84F4 EAF1 BE30 5CF0 CC3B E964 564F 9554";
}
];
};
mockersf = {
email = "francois.mockers@vleue.com";
github = "mockersf";
+4 -1
View File
@@ -63,7 +63,10 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/BeamMP/BeamMP-Launcher";
license = lib.licenses.agpl3Only;
mainProgram = "BeamMP-Launcher";
maintainers = [ lib.maintainers.Andy3153 ];
maintainers = with lib.maintainers; [
Andy3153
mochienya
];
platforms = lib.platforms.linux;
};
})