about summary refs log tree commit diff
path: root/pkgs/applications/audio/greg/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/greg/default.nix')
-rw-r--r--pkgs/applications/audio/greg/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/greg/default.nix b/pkgs/applications/audio/greg/default.nix
index 2193447c02c7..5e6d5e2583ab 100644
--- a/pkgs/applications/audio/greg/default.nix
+++ b/pkgs/applications/audio/greg/default.nix
@@ -18,6 +18,7 @@ with pythonPackages; buildPythonApplication rec {
   meta = with lib; {
     homepage = "https://github.com/manolomartinez/greg";
     description = "A command-line podcast aggregator";
+    mainProgram = "greg";
     license = licenses.gpl3;
     maintainers = with maintainers; [ edwtjo ];
   };