Unverified Commit 9cce3a7d authored by superherointj's avatar superherointj Committed by GitHub
Browse files

Merge pull request #329009 from atorres1985-contrib/remove-jqqqqqqqqqq

prometheus-v2ray-exporter: remove jqqqqqqqqqq from meta.maintainers
parents 5f2a6de6 0ab3f961
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -10030,12 +10030,6 @@
    githubId = 5352661;
    name = "James Cleverley-Prance";
  };
  jqqqqqqqqqq = {
    email = "jqqqqqqqqqq@gmail.com";
    github = "jqqqqqqqqqq";
    githubId = 12872927;
    name = "Curtis Jiang";
  };
  jqueiroz = {
    email = "nixos@johnjq.com";
    github = "jqueiroz";
+1 −1
Original line number Diff line number Diff line
@@ -18,6 +18,6 @@ buildGoModule rec {
    mainProgram = "v2ray-exporter";
    homepage = "https://github.com/wi1dcard/v2ray-exporter";
    license = licenses.mit;
    maintainers = with maintainers; [ jqqqqqqqqqq ];
    maintainers = with maintainers; [ ];
  };
}