Skip to content

Commit

Permalink
netdata: add myself as maintainer (NixOS#376382)
Browse files Browse the repository at this point in the history
  • Loading branch information
misuzu authored Jan 24, 2025
2 parents a85fc0a + 4b5ee58 commit 5e837e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/tools/system/netdata/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,8 @@ stdenv'.mkDerivation (finalAttrs: {
changelog = "https://github.com/netdata/netdata/releases/tag/v${version}";
license = [ licenses.gpl3Plus ] ++ lib.optionals (withCloudUi) [ licenses.ncul1 ];
platforms = platforms.unix;
maintainers = [ ];
maintainers = with maintainers; [
mkg20001
];
};
})

0 comments on commit 5e837e3

Please sign in to comment.