stress-ng: add maintainer dbeley (#483792)
This commit is contained in:
@@ -6147,6 +6147,11 @@
|
||||
githubId = 1279939;
|
||||
name = "Daniel Beckwith";
|
||||
};
|
||||
dbeley = {
|
||||
github = "dbeley";
|
||||
githubId = 6568955;
|
||||
name = "David Beley";
|
||||
};
|
||||
dbirks = {
|
||||
email = "david@birks.dev";
|
||||
github = "dbirks";
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user