parca: add brancz/metalmatze as maintainers, remove jnsgruk (#439507)
This commit is contained in:
@@ -3707,6 +3707,12 @@
|
||||
githubId = 86652;
|
||||
name = "Bram Duvigneau";
|
||||
};
|
||||
brancz = {
|
||||
email = "frederic.branczyk@polarsignals.com";
|
||||
name = "Frederic Branczyk";
|
||||
github = "brancz";
|
||||
githubId = 4546722;
|
||||
};
|
||||
braydenjw = {
|
||||
email = "nixpkgs@willenborg.ca";
|
||||
github = "braydenjw";
|
||||
@@ -16431,6 +16437,12 @@
|
||||
github = "merrkry";
|
||||
githubId = 124278440;
|
||||
};
|
||||
metalmatze = {
|
||||
email = "matthias.loibl@polarsignals.com";
|
||||
name = "Matthias Loibl";
|
||||
github = "metalmatze";
|
||||
githubId = 872251;
|
||||
};
|
||||
mevatron = {
|
||||
email = "mevatron@gmail.com";
|
||||
name = "mevatron";
|
||||
|
||||
@@ -43,7 +43,10 @@ buildGoModule (finalAttrs: {
|
||||
homepage = "https://github.com/parca-dev/parca-agent";
|
||||
changelog = "https://github.com/parca-dev/parca-agent/releases/tag/v${finalAttrs.version}";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ jnsgruk ];
|
||||
maintainers = with lib.maintainers; [
|
||||
brancz
|
||||
metalmatze
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "parca-agent";
|
||||
};
|
||||
|
||||
@@ -27,7 +27,10 @@ buildGoModule rec {
|
||||
changelog = "https://github.com/parca-dev/parca-debuginfo/releases/tag/v${version}";
|
||||
homepage = "https://github.com/parca-dev/parca-debuginfo";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ jnsgruk ];
|
||||
maintainers = with lib.maintainers; [
|
||||
brancz
|
||||
metalmatze
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
mainProgram = "parca-debuginfo";
|
||||
};
|
||||
|
||||
@@ -81,6 +81,9 @@ buildGoModule rec {
|
||||
changelog = "https://github.com/parca-dev/parca/releases/tag/v${version}";
|
||||
license = lib.licenses.asl20;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [ jnsgruk ];
|
||||
maintainers = with lib.maintainers; [
|
||||
brancz
|
||||
metalmatze
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user