maintainers: rename thinnerthinker -> boralg

This commit is contained in:
boralg
2025-01-18 19:47:47 +02:00
parent d1961b5e14
commit b331d661de
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -3211,6 +3211,11 @@
matrix = "@boozedog:matrix.org";
name = "David A. Buser";
};
boralg = {
name = "boralg";
github = "boralg";
githubId = 144260188;
};
borisbabic = {
email = "boris.ivan.babic@gmail.com";
github = "borisbabic";
@@ -22648,11 +22653,6 @@
github = "thilobillerbeck";
githubId = 7442383;
};
thinnerthinker = {
name = "thinnerthinker";
github = "thinnerthinker";
githubId = 144260188;
};
thled = {
name = "Thomas Le Duc";
email = "dev@tleduc.de";
+1 -1
View File
@@ -37,7 +37,7 @@ buildNpmPackage rec {
homepage = "https://github.com/yamadashy/repomix";
changelog = "https://github.com/yamadashy/repomix/releases/tag/v${version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ thinnerthinker ];
maintainers = with lib.maintainers; [ boralg ];
mainProgram = "repomix";
};
}