about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/graphics/ascii-image-converter/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/graphics/ascii-image-converter/default.nix')
-rw-r--r--nixpkgs/pkgs/applications/graphics/ascii-image-converter/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/applications/graphics/ascii-image-converter/default.nix b/nixpkgs/pkgs/applications/graphics/ascii-image-converter/default.nix
index c4a63aa4fbeb..d0ae5420bdfe 100644
--- a/nixpkgs/pkgs/applications/graphics/ascii-image-converter/default.nix
+++ b/nixpkgs/pkgs/applications/graphics/ascii-image-converter/default.nix
@@ -18,5 +18,6 @@ buildGoModule rec {
     homepage = "https://github.com/TheZoraiz/ascii-image-converter#readme";
     license = licenses.asl20;
     maintainers = [ maintainers.danth ];
+    mainProgram = "ascii-image-converter";
   };
 }