about summary refs log tree commit diff
path: root/pkgs/applications/misc/extract_url/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/extract_url/default.nix')
-rw-r--r--pkgs/applications/misc/extract_url/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/misc/extract_url/default.nix b/pkgs/applications/misc/extract_url/default.nix
index 35ea33bde3a2..b47fca90b9f6 100644
--- a/pkgs/applications/misc/extract_url/default.nix
+++ b/pkgs/applications/misc/extract_url/default.nix
@@ -34,6 +34,7 @@ in stdenv.mkDerivation rec {
   meta = with lib; {
     homepage = "https://www.memoryhole.net/~kyle/extract_url/";
     description = "Extracts URLs from MIME messages or plain text";
+    mainProgram = "extract_url";
     license = licenses.bsd2;
     maintainers = [ maintainers.qyliss ];
     platforms = platforms.unix;