Merge #305931: set infisical.meta.maintainers to its official team

This commit is contained in:
nicoo 2024-05-06 09:19:14 +00:00 committed by GitHub
commit 6c3a8bbce1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 15 additions and 7 deletions

View File

@ -780,6 +780,12 @@
github = "akgrant43"; github = "akgrant43";
githubId = 2062166; githubId = 2062166;
}; };
akhilmhdh = {
email = "akhilmhdh@infisical.com";
github = "akhilmhdh";
githubId = 31166322;
name = "Akhil Mohan";
};
akho = { akho = {
name = "Alexander Khodyrev"; name = "Alexander Khodyrev";
email = "a@akho.name"; email = "a@akho.name";
@ -9421,12 +9427,6 @@
githubId = 6445082; githubId = 6445082;
name = "Joseph Lukasik"; name = "Joseph Lukasik";
}; };
jgoux = {
email = "hi@jgoux.dev";
github = "jgoux";
githubId = 1443499;
name = "Julien Goux";
};
jhh = { jhh = {
email = "jeff@j3ff.io"; email = "jeff@j3ff.io";
github = "jhh"; github = "jhh";

View File

@ -460,6 +460,14 @@ with lib.maintainers; {
shortName = "Home Assistant"; shortName = "Home Assistant";
}; };
infisical = {
members = [
akhilmhdh
];
scope = "Maintain Infisical";
shortName = "Infisical";
};
iog = { iog = {
members = [ members = [
cleverca22 cleverca22

View File

@ -76,7 +76,7 @@ stdenv.mkDerivation {
changelog = "https://github.com/infisical/infisical/releases/tag/infisical-cli%2Fv${version}"; changelog = "https://github.com/infisical/infisical/releases/tag/infisical-cli%2Fv${version}";
license = licenses.mit; license = licenses.mit;
mainProgram = "infisical"; mainProgram = "infisical";
maintainers = [ maintainers.ivanmoreau maintainers.jgoux ]; maintainers = teams.infisical.members;
platforms = [ platforms = [
"x86_64-linux" "x86_64-linux"
"aarch64-linux" "aarch64-linux"