diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 13:35:05 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 13:35:41 +0200 |
commit | 769c75f84ac0d1be61ecaeaff0fcc8c509063ec5 (patch) | |
tree | b2ac9f34d4991495f829bd5db62f51c7579e4a4e /dev-util/ticpp | |
parent | 618e0886aecf0c9a0b9fead6f8efa679ee694161 (diff) | |
download | gentoo-769c75f84ac0d1be61ecaeaff0fcc8c509063ec5.tar.gz gentoo-769c75f84ac0d1be61ecaeaff0fcc8c509063ec5.tar.xz |
Enable https for all google URIs
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-util/ticpp')
-rw-r--r-- | dev-util/ticpp/ticpp-0_p20120423.ebuild | 2 | ||||
-rw-r--r-- | dev-util/ticpp/ticpp-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/ticpp/ticpp-0_p20120423.ebuild b/dev-util/ticpp/ticpp-0_p20120423.ebuild index cb29dc14405..e466864072f 100644 --- a/dev-util/ticpp/ticpp-0_p20120423.ebuild +++ b/dev-util/ticpp/ticpp-0_p20120423.ebuild @@ -5,7 +5,7 @@ EAPI=5 DESCRIPTION="A completely new interface to TinyXML that uses MANY of the C++ strengths" -HOMEPAGE="http://code.google.com/p/ticpp/" +HOMEPAGE="https://code.google.com/p/ticpp/" SRC_URI="https://dev.gentoo.org/~ago/distfiles/${P}.tar.bz2" LICENSE="MIT" diff --git a/dev-util/ticpp/ticpp-9999.ebuild b/dev-util/ticpp/ticpp-9999.ebuild index a2d1ad4b815..0e283772477 100644 --- a/dev-util/ticpp/ticpp-9999.ebuild +++ b/dev-util/ticpp/ticpp-9999.ebuild @@ -10,7 +10,7 @@ ESVN_REPO_URI="http://${PN}.googlecode.com/svn/trunk/" MY_PV=cvs DESCRIPTION="A completely new interface to TinyXML that uses MANY of the C++ strengths" -HOMEPAGE="http://code.google.com/p/ticpp/" +HOMEPAGE="https://code.google.com/p/ticpp/" SRC_URI="" LICENSE="MIT" |