Skip to content

Commit

Permalink
Merge #305931: set infisical.meta.maintainers to its official team
Browse files Browse the repository at this point in the history
  • Loading branch information
nbraud authored May 6, 2024
2 parents c0c4056 + bfe5c0c commit 6c3a8bb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
12 changes: 6 additions & 6 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -780,6 +780,12 @@
github = "akgrant43";
githubId = 2062166;
};
akhilmhdh = {
email = "[email protected]";
github = "akhilmhdh";
githubId = 31166322;
name = "Akhil Mohan";
};
akho = {
name = "Alexander Khodyrev";
email = "[email protected]";
Expand Down Expand Up @@ -9421,12 +9427,6 @@
githubId = 6445082;
name = "Joseph Lukasik";
};
jgoux = {
email = "[email protected]";
github = "jgoux";
githubId = 1443499;
name = "Julien Goux";
};
jhh = {
email = "[email protected]";
github = "jhh";
Expand Down
8 changes: 8 additions & 0 deletions maintainers/team-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,14 @@ with lib.maintainers; {
shortName = "Home Assistant";
};

infisical = {
members = [
akhilmhdh
];
scope = "Maintain Infisical";
shortName = "Infisical";
};

iog = {
members = [
cleverca22
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/tools/infisical/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ stdenv.mkDerivation {
changelog = "https://github.com/infisical/infisical/releases/tag/infisical-cli%2Fv${version}";
license = licenses.mit;
mainProgram = "infisical";
maintainers = [ maintainers.ivanmoreau maintainers.jgoux ];
maintainers = teams.infisical.members;
platforms = [
"x86_64-linux"
"aarch64-linux"
Expand Down

0 comments on commit 6c3a8bb

Please sign in to comment.