We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents decb7ff + bb615ef commit 983c390Copy full SHA for 983c390
src/Downloader.php
@@ -55,9 +55,9 @@ protected function main(Options $options)
55
if ($options->getOpt('dokuwiki')) {
56
$dls[] = [
57
'name' => 'dokuwiki',
58
- 'url' => 'https://github.com/splitbrain/dokuwiki/archive/master.zip',
+ 'url' => 'https://github.com/dokuwiki/dokuwiki/archive/master.zip',
59
'date' => 'master',
60
- 'repo' => 'https://github.com/splitbrain/dokuwiki',
+ 'repo' => 'https://github.com/dokuwiki/dokuwiki.git',
61
];
62
}
63
@@ -319,4 +319,4 @@ protected function logerror($extension, $message)
319
FILE_APPEND
320
);
321
322
-}
+}
0 commit comments