Skip to content

Commit c0db209

Browse files
committed
Fix websites.
1 parent afb550b commit c0db209

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.goreleaser.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ nfpms:
4444
- id: default
4545
package_name: bsubio
4646
vendor: bsubio
47-
homepage: https://bsub.io
47+
homepage: https://www.bsub.io
4848
maintainer: bsub.io <contact@bsub.io>
4949
description: CLI for easy running heavy duty compute jobs in the cloud
5050
license: MIT
@@ -56,7 +56,7 @@ nfpms:
5656

5757
aurs:
5858
- name: bsubio-bin
59-
homepage: https://bsub.io
59+
homepage: https://www.bsub.io
6060
description: CLI for easy running heavy duty compute jobs in the cloud
6161
maintainers:
6262
- "bsub.io <contact@bsub.io>"
@@ -147,7 +147,7 @@ release:
147147
148148
#### Quick Install (Recommended)
149149
```bash
150-
curl -fsSL https://install.bsub.io/ | sh
150+
curl -fsSL https://www.bsub.io/install.sh | sh
151151
```
152152
153153
#### Manual Installation
@@ -206,7 +206,7 @@ homebrew_casks:
206206
commit_author:
207207
name: bsub.io
208208
email: contact@bsub.io
209-
homepage: https://bsub.io
209+
homepage: https://www.bsub.io
210210
description: CLI for easy running heavy duty compute jobs in the cloud
211211
binaries:
212212
- bsubio

0 commit comments

Comments
 (0)