diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2015-09-01 21:01:27 +0200 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2015-09-01 21:01:27 +0200 |
commit | 119ca662e1471e7972389689763625834be84c5b (patch) | |
tree | 98749643abebce238ee94e83f2028eceaaac3a18 /dev-java/hamcrest-integration | |
parent | dev-java/hamcrest-generator: Fixing HOMEPAGE move due to code.google.com shut... (diff) | |
download | gentoo-119ca662e1471e7972389689763625834be84c5b.tar.gz gentoo-119ca662e1471e7972389689763625834be84c5b.tar.bz2 gentoo-119ca662e1471e7972389689763625834be84c5b.zip |
dev-java/hamcrest-integration: Fixing HOMEPAGE move due to code.google.com shutdown
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-java/hamcrest-integration')
-rw-r--r-- | dev-java/hamcrest-integration/hamcrest-integration-1.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-java/hamcrest-integration/hamcrest-integration-1.3.ebuild b/dev-java/hamcrest-integration/hamcrest-integration-1.3.ebuild index 2c591cee91c0..b63853155d34 100644 --- a/dev-java/hamcrest-integration/hamcrest-integration-1.3.ebuild +++ b/dev-java/hamcrest-integration/hamcrest-integration-1.3.ebuild @@ -13,7 +13,7 @@ MY_P="${MY_PN}-${PV}" S="${WORKDIR}/${MY_P}" DESCRIPTION="Integration library of hamcrest" -HOMEPAGE="https://code.google.com/p/${MY_PN}/" +HOMEPAGE="https://github.com/hamcrest" SRC_URI="https://${MY_PN}.googlecode.com/files/${MY_P}.tgz" LICENSE="BSD-2" |