stress-ng: add maintainer dbeley (#483792)

This commit is contained in:
Sandro
2026-02-02 11:56:01 +00:00
committed by GitHub
2 changed files with 9 additions and 1 deletions
+5
View File
@@ -6147,6 +6147,11 @@
githubId = 1279939;
name = "Daniel Beckwith";
};
dbeley = {
github = "dbeley";
githubId = 6568955;
name = "David Beley";
};
dbirks = {
email = "david@birks.dev";
github = "dbirks";
+4 -1
View File
@@ -94,7 +94,10 @@ stdenv.mkDerivation (finalAttrs: {
downloadPage = "https://github.com/ColinIanKing/stress-ng/tags";
changelog = "https://github.com/ColinIanKing/stress-ng/raw/V${finalAttrs.version}/debian/changelog";
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ c0bw3b ];
maintainers = with lib.maintainers; [
c0bw3b
dbeley
];
platforms = lib.platforms.unix;
mainProgram = "stress-ng";
};