make-changelog.pl: fix reference to openwrt/openwrt.git
authorJo-Philipp Wich <jo@mein.io>
Sun, 15 Jul 2018 12:50:21 +0000 (14:50 +0200)
committerJo-Philipp Wich <jo@mein.io>
Sun, 15 Jul 2018 12:50:21 +0000 (14:50 +0200)
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
make-changelog.pl

index 046606802e552082e2aded071248ed994a1af614..f758fc6ccb5d6cfe2606f44617906edb69387a2a 100755 (executable)
@@ -19,7 +19,7 @@ unless (-d $workdir) {
        }
 }
 
-my $commit_url = 'https://git.openwrt.org/?p=source.git;a=commitdiff;h=%s';
+my $commit_url = 'https://git.openwrt.org/?p=openwrt/openwrt.git;a=commitdiff;h=%s';
 
 my @weblinks = (
        [ qr'^[^:]+://(git.lede-project.org/)(.+)$' => 'https://%s?p=%s;a=commitdiff;h=%%s' ],