aboutsummaryrefslogtreecommitdiffstats
path: root/lua/mason-registry
diff options
context:
space:
mode:
authorueaner <ueaner@gmail.com>2023-03-09 07:06:25 +0800
committerGitHub <noreply@github.com>2023-03-09 00:06:25 +0100
commit73fb87a7e00cf80633cd9839bf2370ac85efc6c4 (patch)
tree60a57facc28412637417d8c5572f84fe60a67cf4 /lua/mason-registry
parentchore: autogenerate (#1079) (diff)
downloadmason-73fb87a7e00cf80633cd9839bf2370ac85efc6c4.tar
mason-73fb87a7e00cf80633cd9839bf2370ac85efc6c4.tar.gz
mason-73fb87a7e00cf80633cd9839bf2370ac85efc6c4.tar.bz2
mason-73fb87a7e00cf80633cd9839bf2370ac85efc6c4.tar.lz
mason-73fb87a7e00cf80633cd9839bf2370ac85efc6c4.tar.xz
mason-73fb87a7e00cf80633cd9839bf2370ac85efc6c4.tar.zst
mason-73fb87a7e00cf80633cd9839bf2370ac85efc6c4.zip
chore(php-cs-fixer): use new PHP-CS-Fixer/PHP-CS-Fixer repo (#1078)
Diffstat (limited to 'lua/mason-registry')
-rw-r--r--lua/mason-registry/index/php-cs-fixer/init.lua4
1 files changed, 2 insertions, 2 deletions
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",
})