From e371a5438b4ca3ae4b25c829e95fcfe09216aa2d Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Wed, 31 Jul 2019 02:52:21 -0700 Subject: [PATCH] colortool: Fix homepage (#280) --- bucket/colortool.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/colortool.json b/bucket/colortool.json index f3ef57968f..c570a7d933 100644 --- a/bucket/colortool.json +++ b/bucket/colortool.json @@ -1,5 +1,5 @@ { - "homepage": "https://github.com/Microsoft/Console/tree/master/tools/ColorTool", + "homepage": "https://github.com/Microsoft/Terminal/tree/master/src/tools/ColorTool", "description": "Utility for helping to set the color palette of the Windows Console", "version": "1904.29002", "license": "MIT",