Skip to content

Commit 983c390

Browse files
authored
Merge pull request #3 from dokuwiki/dokuwikidownloadsettings
use complete git clone url and update renamed dokuwiki repo
2 parents decb7ff + bb615ef commit 983c390

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Downloader.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ protected function main(Options $options)
5555
if ($options->getOpt('dokuwiki')) {
5656
$dls[] = [
5757
'name' => 'dokuwiki',
58-
'url' => 'https://github.com/splitbrain/dokuwiki/archive/master.zip',
58+
'url' => 'https://github.com/dokuwiki/dokuwiki/archive/master.zip',
5959
'date' => 'master',
60-
'repo' => 'https://github.com/splitbrain/dokuwiki',
60+
'repo' => 'https://github.com/dokuwiki/dokuwiki.git',
6161
];
6262
}
6363

@@ -319,4 +319,4 @@ protected function logerror($extension, $message)
319319
FILE_APPEND
320320
);
321321
}
322-
}
322+
}

0 commit comments

Comments
 (0)