From 2db0f7c87a0bdd283a3a577f352c1e8b676effed Mon Sep 17 00:00:00 2001 From: Shawn8901 Date: Sat, 28 Oct 2023 22:28:06 +0200 Subject: rclone: set meta.mainProgram --- pkgs/applications/networking/sync/rclone/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/applications/networking/sync') diff --git a/pkgs/applications/networking/sync/rclone/default.nix b/pkgs/applications/networking/sync/rclone/default.nix index a86d80d9ae67..26343f6a76ef 100644 --- a/pkgs/applications/networking/sync/rclone/default.nix +++ b/pkgs/applications/networking/sync/rclone/default.nix @@ -63,6 +63,7 @@ buildGoModule rec { homepage = "https://rclone.org"; changelog = "https://github.com/rclone/rclone/blob/v${version}/docs/content/changelog.md"; license = licenses.mit; + mainProgram = "rclone"; maintainers = with maintainers; [ marsam SuperSandro2000 ]; }; } -- cgit 1.4.1