summaryrefslogtreecommitdiff
path: root/extensions/FunnyDot.php
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2009-10-25 14:49:06 +0100
committerPierre Schmitz <pierre@archlinux.de>2009-10-25 14:49:06 +0100
commit79559064f599ef36f0001b3fc39ac1c8c39ccae0 (patch)
tree3eec5c91198c3c9665f4a93221de27f52eb13506 /extensions/FunnyDot.php
parent19ab7dde400794161bba4f8d92b9dabb06573f2a (diff)
use https for archlinux.de URLs
Diffstat (limited to 'extensions/FunnyDot.php')
-rw-r--r--extensions/FunnyDot.php2
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']) {