about summary refs log tree commit diff
path: root/pkgs/applications/misc/autospotting
diff options
context:
space:
mode:
authorMalo Bourgon <mbourgon@gmail.com>2022-04-01 12:34:55 -0700
committerMalo Bourgon <mbourgon@gmail.com>2022-04-14 10:24:01 -0700
commit0e802eafad4b61b70f92534039fc3759d284db7b (patch)
tree1f388a7de5cb68d27d4ee6ee29e3c97c93821990 /pkgs/applications/misc/autospotting
parent0c1bb90ec545b0ef4531fe7f26eb9eb5eaa32792 (diff)
treewide: add meta.mainProgram to many packages
Diffstat (limited to 'pkgs/applications/misc/autospotting')
-rw-r--r--pkgs/applications/misc/autospotting/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/misc/autospotting/default.nix b/pkgs/applications/misc/autospotting/default.nix
index ac929bfa5b152..47cf2e6b07ef8 100644
--- a/pkgs/applications/misc/autospotting/default.nix
+++ b/pkgs/applications/misc/autospotting/default.nix
@@ -22,6 +22,7 @@ buildGoPackage {
     description = "Automatically convert your existing AutoScaling groups to up to 90% cheaper spot instances with minimal configuration changes";
     license = licenses.free;
     maintainers = [ maintainers.costrouc ];
+    mainProgram = "AutoSpotting";
     platforms = platforms.unix;
   };