summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hicks <david@hicks.id.au>2017-07-30 01:54:00 +1000
committerMichał Górny <mgorny@gentoo.org>2017-07-30 11:37:55 +0200
commitd45709065030b5308bba04156a0c6365e561ae00 (patch)
tree8e80e8981824bbc443b9caf2f924143064c8c5a3 /dev-util/cppcheck
parentdev-util/uncrustify: use HTTPS for GitHub (diff)
downloadgentoo-d45709065030b5308bba04156a0c6365e561ae00.tar.gz
gentoo-d45709065030b5308bba04156a0c6365e561ae00.tar.bz2
gentoo-d45709065030b5308bba04156a0c6365e561ae00.zip
dev-util/cppcheck: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-util/cppcheck')
-rw-r--r--dev-util/cppcheck/cppcheck-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/cppcheck/cppcheck-9999.ebuild b/dev-util/cppcheck/cppcheck-9999.ebuild
index 39b211e74239..529f5e6fadc3 100644
--- a/dev-util/cppcheck/cppcheck-9999.ebuild
+++ b/dev-util/cppcheck/cppcheck-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -9,7 +9,7 @@ inherit distutils-r1 eutils qt4-r2 toolchain-funcs flag-o-matic git-r3
DESCRIPTION="static analyzer of C/C++ code"
HOMEPAGE="http://cppcheck.sourceforge.net"
-EGIT_REPO_URI="git://github.com/danmar/cppcheck.git"
+EGIT_REPO_URI="https://github.com/danmar/cppcheck.git"
LICENSE="GPL-3"
SLOT="0"