about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/audio/subtitlr/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/audio/subtitlr/default.nix')
-rw-r--r--nixpkgs/pkgs/applications/audio/subtitlr/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/applications/audio/subtitlr/default.nix b/nixpkgs/pkgs/applications/audio/subtitlr/default.nix
index a62cd3053f7c..67847f3b91b0 100644
--- a/nixpkgs/pkgs/applications/audio/subtitlr/default.nix
+++ b/nixpkgs/pkgs/applications/audio/subtitlr/default.nix
@@ -31,5 +31,6 @@ buildGoModule rec {
     homepage = "https://github.com/yoanbernabeu/Subtitlr/";
     license = licenses.mit;
     maintainers = with maintainers; [ qjoly ];
+    mainProgram = "Subtitlr";
   };
 }