chore: add mahyarmirrashed to list of infisical package maintainers

This commit is contained in:
Mahyar Mirrashed 2025-03-12 22:25:51 -07:00
parent 7d01bf791e
commit c5267b4939
2 changed files with 10 additions and 1 deletions

View file

@ -14304,6 +14304,12 @@
}
];
};
mahyarmirrashed = {
email = "mah.mirr@gmail.com";
github = "mahyarmirrashed";
githubId = 59240843;
name = "Mahyar Mirrashed";
};
majesticmullet = {
email = "hoccthomas@gmail.com.au";
github = "MajesticMullet";

View file

@ -548,7 +548,10 @@ with lib.maintainers;
};
infisical = {
members = [ akhilmhdh ];
members = [
akhilmhdh
mahyarmirrashed
];
scope = "Maintain Infisical";
shortName = "Infisical";
};