From a250bd26b52d693423fb1ad6f7e0d4c1cd735fc9 Mon Sep 17 00:00:00 2001 From: jack-mil <62065280+jack-mil@users.noreply.github.com> Date: Wed, 16 Apr 2025 00:18:10 -0400 Subject: [PATCH] jj: Fix github url (Closes #6666) (#6686) Co-authored-by: HUMORCE --- bucket/jj.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jj.json b/bucket/jj.json index f4b2babff0..dfad474c05 100644 --- a/bucket/jj.json +++ b/bucket/jj.json @@ -1,11 +1,11 @@ { "version": "0.28.2", "description": "Jujutsu is a Git-compatible DVCS that is both simple and powerful", - "homepage": "https://github.com/martinvonz/jj", + "homepage": "https://github.com/jj-vcs/jj", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/martinvonz/jj/releases/download/v0.28.2/jj-v0.28.2-x86_64-pc-windows-msvc.zip", + "url": "https://github.com/jj-vcs/jj/releases/download/v0.28.2/jj-v0.28.2-x86_64-pc-windows-msvc.zip", "hash": "f980861ee35c9bcb8611a1995ae3bc6604513a0c032cd1bdeb735f592bc3e735" } }, @@ -14,7 +14,7 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/martinvonz/jj/releases/download/v$version/jj-v$version-x86_64-pc-windows-msvc.zip" + "url": "https://github.com/jj-vcs/jj/releases/download/v$version/jj-v$version-x86_64-pc-windows-msvc.zip" } } }