Commit 4c3cb337 authored by nicoo's avatar nicoo
Browse files

memtree: Add missing `mainProgram` metadata

parent 1b46ab02
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -41,6 +41,7 @@ python3Packages.buildPythonApplication {
    description = "Render cgroups tree annotated by memory usage";
    homepage = "https://github.com/nbraud/memtree";
    maintainers = with maintainers; [ nicoo ];
    mainProgram = "memtree";
    platforms = platforms.linux;
  };
}