maintainers: add iedame, various: add maintainer iedame (#474655)

This commit is contained in:
Ulrik Strid
2025-12-29 14:11:07 +00:00
committed by GitHub
3 changed files with 9 additions and 0 deletions
+7
View File
@@ -10996,6 +10996,13 @@
githubId = 1550265;
name = "Dominic Steinitz";
};
iedame = {
name = "Rafael Ieda";
github = "iedame";
githubId = 60272;
email = "git@ieda.me";
matrix = "@ieda:matrix.org";
};
if-loop69420 = {
github = "if-loop69420";
githubId = 81078181;
@@ -156,6 +156,7 @@ buildFHSEnv {
maintainers = with lib.maintainers; [
nezia
jaspersurmont
iedame
];
platforms = lib.platforms.linux;
mainProgram = "${bolt.name}";
@@ -274,6 +274,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
leleuvilela
bricklou
jonhermansen
iedame
];
platforms = [ "x86_64-linux" ];
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];