Skip to content
Extraits de code Groupes Projets
Valider d09c78a2 rédigé par pacien's avatar pacien
Parcourir les fichiers

package.json: replace defunct git:// URLs

Using Git over HTTPS instead.

Unencrypted `git://` does not seem to be supported by GitHub anymore:
https://github.blog/2021-09-01-improving-git-protocol-security-github/

This prevented the package from building on NixOS:
https://github.com/NixOS/nixpkgs/issues/165246
parent cbd3c679
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
}, },
"homepage": "https://github.com/Half-Shot/matrix-appservice-discord#readme", "homepage": "https://github.com/Half-Shot/matrix-appservice-discord#readme",
"dependencies": { "dependencies": {
"better-discord.js": "git://github.com/Sorunome/better-discord.js.git#b5a28499899fe2d9e6aa1aa3b3c5d693ae672117", "better-discord.js": "git+https://github.com/Sorunome/better-discord.js.git#b5a28499899fe2d9e6aa1aa3b3c5d693ae672117",
"better-sqlite3": "^7.1.0", "better-sqlite3": "^7.1.0",
"command-line-args": "^5.1.1", "command-line-args": "^5.1.1",
"command-line-usage": "^6.1.0", "command-line-usage": "^6.1.0",
......
...@@ -814,9 +814,9 @@ bcrypt-pbkdf@^1.0.0: ...@@ -814,9 +814,9 @@ bcrypt-pbkdf@^1.0.0:
dependencies: dependencies:
tweetnacl "^0.14.3" tweetnacl "^0.14.3"
"better-discord.js@git://github.com/Sorunome/better-discord.js.git#b5a28499899fe2d9e6aa1aa3b3c5d693ae672117": "better-discord.js@git+https://github.com/Sorunome/better-discord.js.git#b5a28499899fe2d9e6aa1aa3b3c5d693ae672117":
version "12.3.1" version "12.3.1"
resolved "git://github.com/Sorunome/better-discord.js.git#b5a28499899fe2d9e6aa1aa3b3c5d693ae672117" resolved "git+https://github.com/Sorunome/better-discord.js.git#b5a28499899fe2d9e6aa1aa3b3c5d693ae672117"
dependencies: dependencies:
"@discordjs/collection" "^0.1.6" "@discordjs/collection" "^0.1.6"
"@discordjs/form-data" "^3.0.1" "@discordjs/form-data" "^3.0.1"
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter