From 6f22d775561a705c607289bc8d41d3092599a5c5 Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 19 Aug 2024 13:55:32 +0800 Subject: [PATCH] colortool: Update repo url (#6108) --- bucket/colortool.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/colortool.json b/bucket/colortool.json index bdf0d2c208..53b2b318d2 100644 --- a/bucket/colortool.json +++ b/bucket/colortool.json @@ -1,9 +1,9 @@ { "version": "1904.29002", "description": "Utility for helping to set the color palette of the Windows Console", - "homepage": "https://github.com/Microsoft/Terminal/tree/main/src/tools/ColorTool", + "homepage": "https://github.com/microsoft/terminal/tree/main/src/tools/ColorTool", "license": "MIT", - "url": "https://github.com/Microsoft/console/releases/download/1904.29002/colortool.zip", + "url": "https://github.com/microsoft/terminal/releases/download/1904.29002/colortool.zip", "hash": "2732e3e4e7bfdaa3230bae7a9a43744e01e6f3c8c4a9627e52b14ad460f1c000", "bin": "colortool.exe", "persist": "schemes", @@ -12,6 +12,6 @@ "regex": "releases/tag/([\\d.]+)" }, "autoupdate": { - "url": "https://github.com/Microsoft/console/releases/download/$version/colortool.zip" + "url": "https://github.com/microsoft/terminal/releases/download/$version/colortool.zip" } }