maintainers: add guylamar2006 (#448293)

This commit is contained in:
Yohann Boniface
2025-10-03 20:44:59 +00:00
committed by GitHub
6 changed files with 17 additions and 4 deletions
+6
View File
@@ -9834,6 +9834,12 @@
githubId = 4753752;
name = "guttermonk";
};
guylamar2006 = {
name = "guylamar2006";
github = "guylamar2006";
githubId = 4555064;
keys = [ { fingerprint = "0438 6FD4 D588 E32B 206F 2B49 1C4F DEA2 DB34 FEE4"; } ];
};
guyonvarch = {
github = "guyonvarch";
githubId = 6768842;
+4 -1
View File
@@ -37,7 +37,10 @@ buildRubyGem rec {
homepage = "https://bundler.io";
changelog = "https://github.com/rubygems/rubygems/blob/bundler-v${version}/bundler/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ anthonyroussel ];
maintainers = with lib.maintainers; [
anthonyroussel
guylamar2006
];
mainProgram = "bundler";
};
}
+1 -1
View File
@@ -81,7 +81,7 @@ buildGoModule rec {
homepage = "https://fetchit.readthedocs.io";
changelog = "https://github.com/containers/fetchit/releases/tag/${src.rev}";
license = licenses.agpl3Plus;
maintainers = [ ];
maintainers = with lib.maintainers; [ guylamar2006 ];
platforms = platforms.linux;
};
}
+4 -1
View File
@@ -53,7 +53,10 @@ stdenv.mkDerivation (finalAttrs: {
description = "Real-time software synthesizer based on the SoundFont 2 specifications";
homepage = "https://www.fluidsynth.org";
license = lib.licenses.lgpl21Plus;
maintainers = with lib.maintainers; [ lovek323 ];
maintainers = with lib.maintainers; [
lovek323
guylamar2006
];
platforms = lib.platforms.unix;
mainProgram = "fluidsynth";
};
+1
View File
@@ -89,6 +89,7 @@ stdenv.mkDerivation (finalAttrs: {
maintainers = with lib.maintainers; [
peterhoeg
bertof
guylamar2006
];
platforms = lib.platforms.linux;
};
+1 -1
View File
@@ -33,7 +33,7 @@ stdenv.mkDerivation {
homepage = "https://github.com/amhndu/SimpleNES";
description = "NES emulator written in C++";
license = lib.licenses.gpl3;
maintainers = [ ];
maintainers = with lib.maintainers; [ guylamar2006 ];
platforms = lib.platforms.linux;
mainProgram = "SimpleNES";
};