Commit b331d661 authored by boralg's avatar boralg
Browse files

maintainers: rename thinnerthinker -> boralg

parent d1961b5e
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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";
  };
}