Skip to content

Commit

Permalink
maintainers: rename thinnerthinker -> boralg (#374853)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds authored Jan 20, 2025
2 parents 7342550 + 01e831e commit 66705f3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]";
github = "borisbabic";
Expand Down Expand Up @@ -22970,11 +22976,6 @@
github = "thilobillerbeck";
githubId = 7442383;
};
thinnerthinker = {
name = "thinnerthinker";
github = "thinnerthinker";
githubId = 144260188;
};
thled = {
name = "Thomas Le Duc";
email = "[email protected]";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/re/repomix/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
}

0 comments on commit 66705f3

Please sign in to comment.