maintainers: shackra -> elzorrorebelde

I changed the name of my GitHub account, also renamed any references
used.
This commit is contained in:
Jorge Javier Araya Navarro
2026-08-09 00:10:07 -06:00
parent b09b62a081
commit b792f62e04
2 changed files with 7 additions and 7 deletions

View File

@@ -8233,6 +8233,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";
@@ -25913,12 +25919,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;

View File

@@ -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;