summary refs log tree commit diff
path: root/pkgs/development/tools/build-managers/jam/ftjam.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/build-managers/jam/ftjam.nix')
-rw-r--r--pkgs/development/tools/build-managers/jam/ftjam.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/tools/build-managers/jam/ftjam.nix b/pkgs/development/tools/build-managers/jam/ftjam.nix
index 6007b67f148..1f106401c0d 100644
--- a/pkgs/development/tools/build-managers/jam/ftjam.nix
+++ b/pkgs/development/tools/build-managers/jam/ftjam.nix
@@ -42,10 +42,11 @@ stdenv.mkDerivation rec {
   enableParallelBuilding = true;
 
   meta = with lib; {
-    homepage = "https://freetype.org/jam/";
     description = "Freetype's enhanced, backwards-compatible Jam clone";
+    homepage = "https://freetype.org/jam/";
     license = licenses.free;
     maintainers = with maintainers; [ AndersonTorres ];
+    mainProgram = "jam";
     platforms = platforms.unix;
   };
 }