From d15b51809d37abec99c081889d319602425cbebc Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Fri, 13 Oct 2023 20:59:07 +0200 Subject: [PATCH] cosmetic --- _define.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_define.php b/_define.php index 1c0f599..6fdec3f 100644 --- a/_define.php +++ b/_define.php @@ -21,10 +21,10 @@ $this->registerModule( [ 'requires' => [['core', '2.28']], 'permissions' => 'My', - 'type' => 'plugin', - 'support' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/issues', - 'details' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/src/branch/master/README.md', - 'repository' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/raw/branch/master/dcstore.xml', + 'type' => 'plugin', + 'support' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/issues', + 'details' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/src/branch/master/README.md', + 'repository' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/raw/branch/master/dcstore.xml', ] );