infisical: remove jgoux from maintainers

This commit is contained in:
Julien Goux 2024-04-22 09:12:26 +02:00
parent caf461b936
commit a9054ee8f6
2 changed files with 1 additions and 7 deletions

View file

@ -9385,12 +9385,6 @@
githubId = 6445082;
name = "Joseph Lukasik";
};
jgoux = {
email = "hi@jgoux.dev";
github = "jgoux";
githubId = 1443499;
name = "Julien Goux";
};
jhh = {
email = "jeff@j3ff.io";
github = "jhh";

View file

@ -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 = [ maintainers.ivanmoreau ];
platforms = [
"x86_64-linux"
"aarch64-linux"