Skip to content

Commit 5e837e3

Browse files
authored
netdata: add myself as maintainer (NixOS#376382)
2 parents a85fc0a + 4b5ee58 commit 5e837e3

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)