Unverified Commit faed149b authored by André Silva's avatar André Silva Committed by GitHub
Browse files

claude-code: add maintainer adeci (#464860)

parents 8ddcd3d8 fa2d2982
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -622,6 +622,12 @@
    githubId = 49227;
    name = "Nick Bathum";
  };
  adeci = {
    email = "alex.decious@gmail.com";
    github = "adeci";
    githubId = 80290157;
    name = "Alex Decious";
  };
  adelbertc = {
    email = "adelbertc@gmail.com";
    github = "adelbertc";
+1 −0
Original line number Diff line number Diff line
@@ -53,6 +53,7 @@ buildNpmPackage (finalAttrs: {
    downloadPage = "https://www.npmjs.com/package/@anthropic-ai/claude-code";
    license = lib.licenses.unfree;
    maintainers = with lib.maintainers; [
      adeci
      malo
      markus1189
      omarjatoi