From 50a61ade1bb16c6076539e0bacbcdd8a392f54d2 Mon Sep 17 00:00:00 2001 From: Jorge Javier Araya Navarro Date: Sun, 9 Aug 2026 00:10:07 -0600 Subject: [PATCH] maintainers: shackra -> elzorrorebelde I changed the name of my GitHub account, also renamed any references used. (cherry picked from commit b792f62e04fbc11527958ff6a41165c17d6d111d) --- maintainers/maintainer-list.nix | 12 ++++++------ .../video/obs-studio/plugins/obs-source-record.nix | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 779b0001ec0c..f1f710a128b8 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -7981,6 +7981,12 @@ githubId = 1365692; name = "Will Fancher"; }; + elzorrorebelde = { + name = "Jorge Javier Araya Navarro"; + email = "jorge@esavara.cr"; + github = "elzorrorebelde"; + githubId = 1055216; + }; emaiax = { email = "github@emaiax.dev"; github = "emaiax"; @@ -25129,12 +25135,6 @@ githubId = 5512096; name = "Sébastien Guimmara"; }; - shackra = { - name = "Jorge Javier Araya Navarro"; - email = "jorge@esavara.cr"; - github = "shackra"; - githubId = 1055216; - }; shadaj = { github = "shadaj"; githubId = 543055; diff --git a/pkgs/applications/video/obs-studio/plugins/obs-source-record.nix b/pkgs/applications/video/obs-studio/plugins/obs-source-record.nix index 9bc5f5683011..748ed6154df8 100644 --- a/pkgs/applications/video/obs-studio/plugins/obs-source-record.nix +++ b/pkgs/applications/video/obs-studio/plugins/obs-source-record.nix @@ -33,7 +33,7 @@ stdenv.mkDerivation rec { homepage = "https://github.com/exeldro/obs-source-record"; maintainers = with lib.maintainers; [ robbins - shackra + elzorrorebelde ]; license = lib.licenses.gpl2Only; inherit (obs-studio.meta) platforms;