diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2015-09-01 20:53:36 +0200 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2015-09-01 20:53:36 +0200 |
commit | 26b7ad6bfe63277c6cf084d04bcf9f15cfd55c0b (patch) | |
tree | cb37cff705ff3641cba7fe61ac183d21522e6602 /app-text/epubcheck | |
parent | app-i18n/uim: Fixing HOMEPAGE move due to code.google.com shutdown (diff) | |
download | gentoo-26b7ad6bfe63277c6cf084d04bcf9f15cfd55c0b.tar.gz gentoo-26b7ad6bfe63277c6cf084d04bcf9f15cfd55c0b.tar.bz2 gentoo-26b7ad6bfe63277c6cf084d04bcf9f15cfd55c0b.zip |
app-text/epubcheck: Fixing HOMEPAGE move due to code.google.com shutdown
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'app-text/epubcheck')
-rw-r--r-- | app-text/epubcheck/epubcheck-1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/epubcheck/epubcheck-1.1.ebuild b/app-text/epubcheck/epubcheck-1.1.ebuild index e88bab0331e3..cbec5745752d 100644 --- a/app-text/epubcheck/epubcheck-1.1.ebuild +++ b/app-text/epubcheck/epubcheck-1.1.ebuild @@ -7,7 +7,7 @@ EAPI=4 inherit java-pkg-2 java-ant-2 eutils DESCRIPTION="Tool to validate IDPF EPUB files" -HOMEPAGE="https://code.google.com/p/epubcheck/" +HOMEPAGE="https://github.com/IDPF/epubcheck" SRC_URI="https://${PN}.googlecode.com/files/${PN}-src-${PV}.zip" LICENSE="MIT BSD" |