From 3a4980d3e269fe1fcaaf82b8a3ef2ee22ab7b527 Mon Sep 17 00:00:00 2001 From: "Christian P. MOMON" Date: Wed, 11 Mar 2020 01:37:02 +0100 Subject: [PATCH] Updated official repository URL. --- src/org/april/hebdobot/bot/hooks/LicenseHook.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/org/april/hebdobot/bot/hooks/LicenseHook.java b/src/org/april/hebdobot/bot/hooks/LicenseHook.java index d56e58b..a1bb045 100644 --- a/src/org/april/hebdobot/bot/hooks/LicenseHook.java +++ b/src/org/april/hebdobot/bot/hooks/LicenseHook.java @@ -45,7 +45,7 @@ public class LicenseHook extends Hook logger.info("!licence caught."); bot.sendMessage(sender - + ", Hebdobot est un logiciel libre de l'April sous licence GNU AGPL (sources : https://agir.april.org/projects/hebdobot/repository)."); + + ", Hebdobot est un logiciel libre de l'April sous licence GNU AGPL (sources : https://forge.april.org/adminsys/hebdobot)."); result = true; }