diff --git a/app/assets/js/discordwrapper.js b/app/assets/js/discordwrapper.js index 8d0d9481..e23b07b7 100644 --- a/app/assets/js/discordwrapper.js +++ b/app/assets/js/discordwrapper.js @@ -65,7 +65,7 @@ client.on("ready", () => { }, //details: "kuku", state: "Serveur Minecraft Communautaire !", - buttons: [{ label: "Discord", url: "https://discord.gg/RspuRbNn4M"}, { label: "Rejoins nous !", url: "https://github.com/Sorax5/LukiEnLiveLauncher/releases/download/v1.0.2/LukiEnLive.Launcher-setup-1.0.2.exe"}], + buttons: [{ label: "Discord", url: "https://discord.gg/RspuRbNn4M"}, { label: "Rejoins nous !", url: "https://github.com/luki-39/LukiEnLiveLauncher/releases/download/v1.0.2/LukiEnLive.Launcher-setup-1.0.2.exe"}], } }) diff --git a/package.json b/package.json index b4c048c8..186f3ba1 100644 --- a/package.json +++ b/package.json @@ -5,9 +5,9 @@ "description": "Launcher du serveur Moddé du Streameur LukiEnLive", "author": "Daniel Scalzi (https://github.com/dscalzi/) SoraxDubbing / Luki", "license": "UNLICENSED", - "homepage": "https://github.com/Sorax5/LukiEnLiveLauncher", + "homepage": "https://github.com/luki-39/LukiEnLiveLauncher", "bugs": { - "url": "https://github.com/Sorax5/LukiEnLiveLauncher/issues" + "url": "https://github.com/luki-39/LukiEnLiveLauncher/issues" }, "private": true, "main": "index.js", @@ -48,6 +48,6 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/Sorax5/LukiEnLiveLauncher.git" + "url": "git+https://github.com/luki-39/LukiEnLiveLauncher.git" } }