fluxcd: remove superherointj as maintainer

This commit is contained in:
superherointj 2023-03-30 20:24:37 -03:00
parent 7e9223c08e
commit 96580f5b07

View File

@ -66,7 +66,7 @@ in buildGoModule rec {
''; '';
homepage = "https://fluxcd.io"; homepage = "https://fluxcd.io";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ bryanasdev000 jlesquembre superherointj ]; maintainers = with maintainers; [ bryanasdev000 jlesquembre ];
mainProgram = "flux"; mainProgram = "flux";
}; };
} }