fix dead url

master
Jean-Christian Paul Denis 2021-09-16 23:39:00 +02:00
parent f522c2b045
commit d174bbbd58
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ class localKutrlService extends kutrlService
protected $config = [
'id' => 'local',
'name' => 'kUtRL',
'home' => 'http://kutrl.fr',
'home' => 'https://github.com/JcDenis/kUtRL',
'allow_custom_hash' => true
];