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-9999.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-9999.ebuild')
-rw-r--r--dev-util/cppcheck/cppcheck-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/cppcheck/cppcheck-9999.ebuild b/dev-util/cppcheck/cppcheck-9999.ebuild
index a421edbfb781..00d16748b09e 100644
--- a/dev-util/cppcheck/cppcheck-9999.ebuild
+++ b/dev-util/cppcheck/cppcheck-9999.ebuild
@@ -7,7 +7,7 @@ inherit distutils-r1 git-r3 qmake-utils toolchain-funcs
DESCRIPTION="Static analyzer of C/C++ code"
HOMEPAGE="https://github.com/danmar/cppcheck"
-EGIT_REPO_URI="${HOMEPAGE}"
+EGIT_REPO_URI="https://github.com/danmar/cppcheck"
LICENSE="GPL-3+"
SLOT="0"