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