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

prometheus-v2ray-exporter: remove jqqqqqqqqqq from meta.maintainers
This commit is contained in:
❄️
2024-07-25 11:00:15 -03:00
committed by GitHub
2 changed files with 1 additions and 7 deletions
-6
View File
@@ -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";
@@ -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; [ ];
};
}