summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-01-13 11:00:45 +0100
committerDavid Seifert <soap@gentoo.org>2020-01-13 11:00:45 +0100
commit7f1993dbe07c68ef7d63ed0906c4fbb1d71bb935 (patch)
tree5062618f99c8f5d7dff82fcc7d5872139f954ac4 /dev-util/cppcheck/cppcheck-1.86.ebuild
parentdev-ruby/rrdtool-bindings: [QA] Fix HomepageInSrcUri (diff)
downloadgentoo-7f1993dbe07c68ef7d63ed0906c4fbb1d71bb935.tar.gz
gentoo-7f1993dbe07c68ef7d63ed0906c4fbb1d71bb935.tar.bz2
gentoo-7f1993dbe07c68ef7d63ed0906c4fbb1d71bb935.zip
dev-util/cppcheck: [QA] Fix HomepageInSrcUri
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-util/cppcheck/cppcheck-1.86.ebuild')
-rw-r--r--dev-util/cppcheck/cppcheck-1.86.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/cppcheck/cppcheck-1.86.ebuild b/dev-util/cppcheck/cppcheck-1.86.ebuild
index bc6859c01f24..d0a3a701f5ee 100644
--- a/dev-util/cppcheck/cppcheck-1.86.ebuild
+++ b/dev-util/cppcheck/cppcheck-1.86.ebuild
@@ -7,7 +7,7 @@ inherit distutils-r1 qmake-utils toolchain-funcs
DESCRIPTION="Static analyzer of C/C++ code"
HOMEPAGE="https://github.com/danmar/cppcheck"
-SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/danmar/cppcheck/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"