Unverified Commit 5e837e31 authored by misuzu's avatar misuzu Committed by GitHub
Browse files

netdata: add myself as maintainer (#376382)

parents a85fc0af 4b5ee583
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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
    ];
  };
})