Skip to content

Commit bf9f2f2

Browse files
adhikjoshiclaude
andcommitted
Update homepage URLs to modelslab.sh
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a23e03f commit bf9f2f2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.goreleaser.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,23 +54,23 @@ homebrew_casks:
5454
owner: ModelsLab
5555
name: homebrew-tap
5656
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
57-
homepage: https://modelslab.com/cli
57+
homepage: https://modelslab.sh
5858
description: "ModelsLab CLI — AI generation and account management from the terminal"
5959

6060
scoops:
6161
- repository:
6262
owner: ModelsLab
6363
name: scoop-bucket
6464
token: "{{ .Env.SCOOP_BUCKET_GITHUB_TOKEN }}"
65-
homepage: https://modelslab.com/cli
65+
homepage: https://modelslab.sh
6666
description: "ModelsLab CLI — AI generation and account management from the terminal"
6767
license: MIT
6868

6969
nfpms:
7070
- formats:
7171
- deb
7272
- rpm
73-
homepage: https://modelslab.com/cli
73+
homepage: https://modelslab.sh
7474
description: "ModelsLab CLI — AI generation and account management from the terminal"
7575
maintainer: "ModelsLab <support@modelslab.com>"
7676
license: MIT

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
# ModelsLab CLI installer
3-
# Usage: curl -fsSL https://modelslab.com/cli/install.sh | sh
3+
# Usage: curl -fsSL https://modelslab.sh/install.sh | sh
44
set -e
55

66
REPO="ModelsLab/modelslab-cli"

0 commit comments

Comments
 (0)