From: Jo-Philipp Wich Date: Sun, 15 Jul 2018 12:50:21 +0000 (+0200) Subject: make-changelog.pl: fix reference to openwrt/openwrt.git X-Git-Url: http://git.openwrt.org/feed/packages.git%5Ecd5c448758f30868770b9ebf8b656c1a4211a240?a=commitdiff_plain;h=9a124d1ee8e6d494a55d1c67992dc7ca49535c68;p=maintainer-tools.git make-changelog.pl: fix reference to openwrt/openwrt.git Signed-off-by: Jo-Philipp Wich --- diff --git a/make-changelog.pl b/make-changelog.pl index 0466068..f758fc6 100755 --- a/make-changelog.pl +++ b/make-changelog.pl @@ -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' ],