claude-code: add maintainer adeci (#464860)

This commit is contained in:
André Silva
2025-11-26 10:22:14 +00:00
committed by GitHub
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -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
View File
@@ -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