rclone: set meta.mainProgram
This commit is contained in:
parent
6863de1169
commit
2db0f7c87a
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ buildGoModule rec {
|
||||||
homepage = "https://rclone.org";
|
homepage = "https://rclone.org";
|
||||||
changelog = "https://github.com/rclone/rclone/blob/v${version}/docs/content/changelog.md";
|
changelog = "https://github.com/rclone/rclone/blob/v${version}/docs/content/changelog.md";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
|
mainProgram = "rclone";
|
||||||
maintainers = with maintainers; [ marsam SuperSandro2000 ];
|
maintainers = with maintainers; [ marsam SuperSandro2000 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue