Skip to content

Commit 4b5ee58

Browse files
authored
netdata: add myself as maintainer
Package currently has no maintainer, adding myself as I plan on updating it
1 parent 8def3ff commit 4b5ee58

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pkgs/tools/system/netdata/default.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,8 @@ stdenv'.mkDerivation (finalAttrs: {
288288
changelog = "https://github.com/netdata/netdata/releases/tag/v${version}";
289289
license = [ licenses.gpl3Plus ] ++ lib.optionals (withCloudUi) [ licenses.ncul1 ];
290290
platforms = platforms.unix;
291-
maintainers = [ ];
291+
maintainers = with maintainers; [
292+
mkg20001
293+
];
292294
};
293295
})

0 commit comments

Comments
 (0)