about summary refs log tree commit diff
path: root/pkgs/applications/networking/flent/http-getter.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/flent/http-getter.nix')
-rw-r--r--pkgs/applications/networking/flent/http-getter.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/flent/http-getter.nix b/pkgs/applications/networking/flent/http-getter.nix
index 21c9d3ca6fb1..5ea07cfe4f9d 100644
--- a/pkgs/applications/networking/flent/http-getter.nix
+++ b/pkgs/applications/networking/flent/http-getter.nix
@@ -17,6 +17,7 @@ stdenv.mkDerivation {
   meta = with lib; {
     homepage = "https://github.com/tohojo/http-getter";
     description = "Simple getter for HTTP URLs using cURL";
+    mainProgram = "http-getter";
     platforms = platforms.unix;
     license = licenses.gpl3;
   };