From 6d5b9ab455265b62b3dc1a24e2c3968a1e5a8e9d Mon Sep 17 00:00:00 2001 From: Igor Melo Date: Mon, 18 May 2026 16:26:01 -0300 Subject: [PATCH 1/2] maintainers: add igorcafe --- maintainers/maintainer-list.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 0e1d8272b6ca..5507855992ee 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -11372,6 +11372,12 @@ githubId = 12570166; name = "Igor Ramazanov"; }; + igorcafe = { + email = "igoracmelo@protonmail.com"; + github = "igorcafe"; + githubId = 85039990; + name = "Igor Melo"; + }; igsha = { email = "igor.sharonov@gmail.com"; github = "igsha"; From ddddc0114949b6591b1407162682cc38044fbe89 Mon Sep 17 00:00:00 2001 From: Igor Melo Date: Mon, 18 May 2026 16:26:01 -0300 Subject: [PATCH 2/2] maintainers/teams: add igorcafe to libretro --- maintainers/team-list.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index 7db072c80629..a62d6279a230 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -435,6 +435,7 @@ with lib.maintainers; libretro = { members = [ aanderse + igorcafe thiagokokada ]; scope = "Maintain Libretro, RetroArch and related packages.";