Skip to content

Commit ec66e2b

Browse files
committed
Fix Go module repo
1 parent 3485dba commit ec66e2b

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

cmd/yaakcli/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package main
22

33
import (
4-
"github.com/yaakapp/cli"
4+
yaakcli "github.com/mountain-loop/yaak-cli"
55
)
66

77
var version = "dev"

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/yaakapp/cli
1+
module github.com/mountain-loop/yaak-cli
22

33
go 1.22
44

npm/cli-darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.38",
44
"repository": {
55
"type": "git",
6-
"url": "git+https://github.com/yaakapp/cli.git"
6+
"url": "git+https://github.com/mountain-loop/yaak-cli.git"
77
},
88
"os": [
99
"darwin"

npm/cli-darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.38",
44
"repository": {
55
"type": "git",
6-
"url": "git+https://github.com/yaakapp/cli.git"
6+
"url": "git+https://github.com/mountain-loop/yaak-cli.git"
77
},
88
"os": [
99
"darwin"

npm/cli-linux-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.38",
44
"repository": {
55
"type": "git",
6-
"url": "git+https://github.com/yaakapp/cli.git"
6+
"url": "git+https://github.com/mountain-loop/yaak-cli.git"
77
},
88
"os": [
99
"linux"

npm/cli-linux-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.38",
44
"repository": {
55
"type": "git",
6-
"url": "git+https://github.com/yaakapp/cli.git"
6+
"url": "git+https://github.com/mountain-loop/yaak-cli.git"
77
},
88
"os": [
99
"linux"

npm/cli-win32-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.38",
44
"repository": {
55
"type": "git",
6-
"url": "git+https://github.com/yaakapp/cli.git"
6+
"url": "git+https://github.com/mountain-loop/yaak-cli.git"
77
},
88
"os": [
99
"win32"

npm/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"main": "./index.js",
55
"repository": {
66
"type": "git",
7-
"url": "git+https://github.com/yaakapp/cli.git"
7+
"url": "git+https://github.com/mountain-loop/yaak-cli.git"
88
},
99
"scripts": {
1010
"postinstall": "node ./install.js"

0 commit comments

Comments
 (0)