Merge pull request #264031 from Shawn8901/rclone-mainProgam

rclone: set meta.mainProgram
This commit is contained in:
Mario Rodas 2023-10-28 17:33:06 -05:00 committed by GitHub
commit c55ba8b86b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];
};
}