fix gitlab references
This commit is contained in:
parent
21b4b613d2
commit
cb89908b93
2 changed files with 4 additions and 4 deletions
|
@ -9,14 +9,14 @@
|
|||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://gitlab.com/Cynosphere/HiddenPhox.git"
|
||||
"url": "git+https://gitdab.com/Cynosphere/HiddenPhox.git"
|
||||
},
|
||||
"author": "Cynosphere",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://gitlab.com/Cynosphere/HiddenPhox/issues"
|
||||
"url": "https://gitdab.com/Cynosphere/HiddenPhox/issues"
|
||||
},
|
||||
"homepage": "https://gitlab.com/Cynosphere/HiddenPhox#readme",
|
||||
"homepage": "https://gitdab.com/Cynosphere/HiddenPhox#readme",
|
||||
"dependencies": {
|
||||
"@ctrl/tinycolor": "^3.4.1",
|
||||
"@discordjs/opus": "^0.9.0",
|
||||
|
|
|
@ -6,7 +6,7 @@ const {hasFlag} = require("../lib/guildSettings.js");
|
|||
const {parseHtmlEntities, getUploadLimit} = require("../lib/utils.js");
|
||||
|
||||
const FRIENDLY_USERAGENT =
|
||||
"HiddenPhox/fedimbed (https://gitlab.com/Cynosphere/HiddenPhox)";
|
||||
"HiddenPhox/fedimbed (https://gitdab.com/Cynosphere/HiddenPhox)";
|
||||
|
||||
const URLS_REGEX = /(?:\s|^)(https?:\/\/[^\s<]+[^<.,:;"'\]\s])/g;
|
||||
|
||||
|
|
Loading…
Reference in a new issue