We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8def3ff commit 4b5ee58Copy full SHA for 4b5ee58
pkgs/tools/system/netdata/default.nix
@@ -288,6 +288,8 @@ stdenv'.mkDerivation (finalAttrs: {
288
changelog = "https://github.com/netdata/netdata/releases/tag/v${version}";
289
license = [ licenses.gpl3Plus ] ++ lib.optionals (withCloudUi) [ licenses.ncul1 ];
290
platforms = platforms.unix;
291
- maintainers = [ ];
+ maintainers = with maintainers; [
292
+ mkg20001
293
+ ];
294
};
295
})
0 commit comments