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