mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 10:38:07 -07:00
Convert URIs for googlecode.com to https
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}"
|
||||
|
||||
DESCRIPTION="Code generator for Hamcrest's library of matchers for building test expressions"
|
||||
HOMEPAGE="https://code.google.com/p/${MY_PN}/"
|
||||
SRC_URI="http://${MY_PN}.googlecode.com/files/${MY_P}.tgz"
|
||||
SRC_URI="https://${MY_PN}.googlecode.com/files/${MY_P}.tgz"
|
||||
|
||||
LICENSE="BSD-2"
|
||||
SLOT="0"
|
||||
|
||||
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}"
|
||||
|
||||
DESCRIPTION="Code generator for Hamcrest's library of matchers for building test expressions"
|
||||
HOMEPAGE="https://code.google.com/p/${MY_PN}/"
|
||||
SRC_URI="http://${MY_PN}.googlecode.com/files/${MY_P}.tgz"
|
||||
SRC_URI="https://${MY_PN}.googlecode.com/files/${MY_P}.tgz"
|
||||
|
||||
LICENSE="BSD-2"
|
||||
SLOT="${PV}"
|
||||
|
||||
Reference in New Issue
Block a user