maintainers: rename thinnerthinker -> boralg (#374853)
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user