diff options
Diffstat (limited to 'extensions/FunnyDot.php')
-rw-r--r-- | extensions/FunnyDot.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/FunnyDot.php b/extensions/FunnyDot.php index 3a4cabc8..57b6418d 100644 --- a/extensions/FunnyDot.php +++ b/extensions/FunnyDot.php @@ -5,7 +5,7 @@ $wgExtensionCredits['other'][] = array( 'version' => '2.0', 'description' => 'Automated CAPTCHA', 'author' => 'Pierre Schmitz', - 'url' => 'http://www.archlinux.de' + 'url' => 'https://www.archlinux.de' ); if ($wgGroupPermissions['*']['edit']) { |