maintainers: add guylamar2006 (#448293)
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
@@ -89,6 +89,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
maintainers = with lib.maintainers; [
|
||||
peterhoeg
|
||||
bertof
|
||||
guylamar2006
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user