Merge pull request #264031 from Shawn8901/rclone-mainProgam
rclone: set meta.mainProgram
This commit is contained in:
commit
c55ba8b86b
1 changed files with 1 additions and 0 deletions
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue