diff --git a/bucket/fastfetch.json b/bucket/fastfetch.json index 23d468445d..b54ee5790b 100644 --- a/bucket/fastfetch.json +++ b/bucket/fastfetch.json @@ -1,15 +1,15 @@ { "version": "1.11.3", "description": "A neofetch-like tool for fetching system information and displaying them in a pretty way", - "homepage": "https://github.com/LinusDierheimer/fastfetch", + "homepage": "https://github.com/fastfetch-cli/fastfetch", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/LinusDierheimer/fastfetch/releases/download/1.11.3/fastfetch-1.11.3-win64.zip", + "url": "https://github.com/fastfetch-cli/fastfetch/releases/download/1.11.3/fastfetch-1.11.3-Win64.zip", "hash": "2a6f19531bd68d149ed144f4f82053a25cc7d7aaaee86e45edca5e57963e5db6" }, "32bit": { - "url": "https://github.com/LinusDierheimer/fastfetch/releases/download/1.11.3/fastfetch-1.11.3-win32.zip", + "url": "https://github.com/fastfetch-cli/fastfetch/releases/download/1.11.3/fastfetch-1.11.3-Win32.zip", "hash": "182ce55b533448c16165dd46684f4aef67edf6f11db1970c7d150de987f39eb3" } }, @@ -21,10 +21,10 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/LinusDierheimer/fastfetch/releases/download/$version/fastfetch-$version-win64.zip" + "url": "https://github.com/fastfetch-cli/fastfetch/releases/download/$version/fastfetch-$version-Win64.zip" }, "32bit": { - "url": "https://github.com/LinusDierheimer/fastfetch/releases/download/$version/fastfetch-$version-win32.zip" + "url": "https://github.com/fastfetch-cli/fastfetch/releases/download/$version/fastfetch-$version-Win32.zip" } } }