parca: add `brancz`/`metalmatze` as maintainers, remove `jnsgruk` (#439507)

authored by Jon Seager and committed by GitHub afd52fc5 1b048018

+24 -3
+12
maintainers/maintainer-list.nix
··· 3707 githubId = 86652; 3708 name = "Bram Duvigneau"; 3709 }; 3710 braydenjw = { 3711 email = "nixpkgs@willenborg.ca"; 3712 github = "braydenjw"; ··· 16430 name = "merrkry"; 16431 github = "merrkry"; 16432 githubId = 124278440; 16433 }; 16434 mevatron = { 16435 email = "mevatron@gmail.com";
··· 3707 githubId = 86652; 3708 name = "Bram Duvigneau"; 3709 }; 3710 + brancz = { 3711 + email = "frederic.branczyk@polarsignals.com"; 3712 + name = "Frederic Branczyk"; 3713 + github = "brancz"; 3714 + githubId = 4546722; 3715 + }; 3716 braydenjw = { 3717 email = "nixpkgs@willenborg.ca"; 3718 github = "braydenjw"; ··· 16436 name = "merrkry"; 16437 github = "merrkry"; 16438 githubId = 124278440; 16439 + }; 16440 + metalmatze = { 16441 + email = "matthias.loibl@polarsignals.com"; 16442 + name = "Matthias Loibl"; 16443 + github = "metalmatze"; 16444 + githubId = 872251; 16445 }; 16446 mevatron = { 16447 email = "mevatron@gmail.com";
+4 -1
pkgs/by-name/pa/parca-agent/package.nix
··· 43 homepage = "https://github.com/parca-dev/parca-agent"; 44 changelog = "https://github.com/parca-dev/parca-agent/releases/tag/v${finalAttrs.version}"; 45 license = lib.licenses.asl20; 46 - maintainers = with lib.maintainers; [ jnsgruk ]; 47 platforms = lib.platforms.linux; 48 mainProgram = "parca-agent"; 49 };
··· 43 homepage = "https://github.com/parca-dev/parca-agent"; 44 changelog = "https://github.com/parca-dev/parca-agent/releases/tag/v${finalAttrs.version}"; 45 license = lib.licenses.asl20; 46 + maintainers = with lib.maintainers; [ 47 + brancz 48 + metalmatze 49 + ]; 50 platforms = lib.platforms.linux; 51 mainProgram = "parca-agent"; 52 };
+4 -1
pkgs/by-name/pa/parca-debuginfo/package.nix
··· 27 changelog = "https://github.com/parca-dev/parca-debuginfo/releases/tag/v${version}"; 28 homepage = "https://github.com/parca-dev/parca-debuginfo"; 29 license = lib.licenses.asl20; 30 - maintainers = with lib.maintainers; [ jnsgruk ]; 31 platforms = lib.platforms.unix; 32 mainProgram = "parca-debuginfo"; 33 };
··· 27 changelog = "https://github.com/parca-dev/parca-debuginfo/releases/tag/v${version}"; 28 homepage = "https://github.com/parca-dev/parca-debuginfo"; 29 license = lib.licenses.asl20; 30 + maintainers = with lib.maintainers; [ 31 + brancz 32 + metalmatze 33 + ]; 34 platforms = lib.platforms.unix; 35 mainProgram = "parca-debuginfo"; 36 };
+4 -1
pkgs/by-name/pa/parca/package.nix
··· 81 changelog = "https://github.com/parca-dev/parca/releases/tag/v${version}"; 82 license = lib.licenses.asl20; 83 platforms = lib.platforms.linux; 84 - maintainers = with lib.maintainers; [ jnsgruk ]; 85 }; 86 }
··· 81 changelog = "https://github.com/parca-dev/parca/releases/tag/v${version}"; 82 license = lib.licenses.asl20; 83 platforms = lib.platforms.linux; 84 + maintainers = with lib.maintainers; [ 85 + brancz 86 + metalmatze 87 + ]; 88 }; 89 }