Unverified Commit ddc21e4b authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

netdata: add mainProgram (#397686)

parents a63f198e b16799b9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -287,6 +287,7 @@ stdenv'.mkDerivation (finalAttrs: {
    homepage = "https://www.netdata.cloud/";
    changelog = "https://github.com/netdata/netdata/releases/tag/v${version}";
    license = [ licenses.gpl3Plus ] ++ lib.optionals (withCloudUi) [ licenses.ncul1 ];
    mainProgram = "netdata";
    platforms = platforms.unix;
    maintainers = with maintainers; [
      mkg20001