maintainers: rename thinnerthinker -> boralg (#374853)

This commit is contained in:
Peder Bergebakken Sundt
2025-01-20 10:28:17 +01:00
committed by GitHub
2 changed files with 7 additions and 6 deletions
+6 -5
View File
@@ -3241,6 +3241,12 @@
matrix = "@boozedog:matrix.org";
name = "David A. Buser";
};
boralg = {
name = "boralg";
github = "boralg";
githubId = 144260188;
matrix = "@boralg:matrix.org";
};
borisbabic = {
email = "boris.ivan.babic@gmail.com";
github = "borisbabic";
@@ -22970,11 +22976,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";
};
}