Unverified Commit 4b5ee583 authored by Maciej Krüger's avatar Maciej Krüger Committed by GitHub
Browse files

netdata: add myself as maintainer

Package currently has no maintainer, adding myself as I plan on updating it
parent 8def3ffa
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
    ];
  };
})