link URL fix

This commit is contained in:
Arsen Mirzaev Tatyano-Muradovich 2024-01-11 05:49:22 +07:00
parent 69c0013db7
commit 6e251ed582

View File

@ -4,7 +4,7 @@
"readme": "README.md", "readme": "README.md",
"keywords": [], "keywords": [],
"type": "", "type": "",
"homepage": "${REPO_LINK}", "homepage": "https://git.mirzaev.sexy${REPO_LINK}",
"license": "WTFPL", "license": "WTFPL",
"authors": [ "authors": [
{ {
@ -15,8 +15,8 @@
} }
], ],
"support": { "support": {
"docs": "${REPO_LINK}/manual", "docs": "https://git.mirzaev.sexy${REPO_LINK}/manual",
"issues": "${REPO_LINK}/issues" "issues": "https://git.mirzaev.sexy${REPO_LINK}/issues"
}, },
"require": { "require": {
"php": "~8.3", "php": "~8.3",