Skip to content

Commit c1dd1e2

Browse files
committed
jj: Fix github url (Closes #6666)
1 parent c2834f4 commit c1dd1e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bucket/jj.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"version": "0.28.0",
33
"description": "Jujutsu is a Git-compatible DVCS that is both simple and powerful",
4-
"homepage": "https://github.com/martinvonz/jj",
4+
"homepage": "https://github.com/jj-vcs/jj",
55
"license": "Apache-2.0",
66
"architecture": {
77
"64bit": {
8-
"url": "https://github.com/martinvonz/jj/releases/download/v0.28.0/jj-v0.28.0-x86_64-pc-windows-msvc.zip",
8+
"url": "https://github.com/jj-vcs/jj/releases/download/v0.28.0/jj-v0.28.0-x86_64-pc-windows-msvc.zip",
99
"hash": "ad1a7ae9b594addd8b40a88470a3ec2f207ed0e149aeaf75e98a5bfd1aff1c49"
1010
}
1111
},
@@ -14,7 +14,7 @@
1414
"autoupdate": {
1515
"architecture": {
1616
"64bit": {
17-
"url": "https://github.com/martinvonz/jj/releases/download/v$version/jj-v$version-x86_64-pc-windows-msvc.zip"
17+
"url": "https://github.com/jj-vcs/jj/releases/download/v$version/jj-v$version-x86_64-pc-windows-msvc.zip"
1818
}
1919
}
2020
}

0 commit comments

Comments
 (0)