From 73fb87a7e00cf80633cd9839bf2370ac85efc6c4 Mon Sep 17 00:00:00 2001 From: ueaner Date: Thu, 9 Mar 2023 07:06:25 +0800 Subject: chore(php-cs-fixer): use new PHP-CS-Fixer/PHP-CS-Fixer repo (#1078) --- lua/mason-registry/index/php-cs-fixer/init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lua/mason-registry/index/php-cs-fixer/init.lua') diff --git a/lua/mason-registry/index/php-cs-fixer/init.lua b/lua/mason-registry/index/php-cs-fixer/init.lua index 84dd0078..4d5057d9 100644 --- a/lua/mason-registry/index/php-cs-fixer/init.lua +++ b/lua/mason-registry/index/php-cs-fixer/init.lua @@ -11,7 +11,7 @@ return Pkg.new { follow PHP coding standards as defined in the PSR-1, PSR-2, etc., or other community driven ones like the Symfony one. You can also define your (team's) style through configuration.') ]], - homepage = "https://github.com/FriendsOfPHP/PHP-CS-Fixer", + homepage = "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer", languages = { Pkg.Lang.PHP }, categories = { Pkg.Cat.Formatter }, ---@async @@ -19,7 +19,7 @@ return Pkg.new { install = function(ctx) github .download_release_file({ - repo = "FriendsOfPHP/PHP-CS-Fixer", + repo = "PHP-CS-Fixer/PHP-CS-Fixer", asset_file = "php-cs-fixer.phar", out_file = platform.is.win and "php-cs-fixer.phar" or "php-cs-fixer", }) -- cgit v1.2.3-70-g09d2