From: Tobias Klausmann Date: Tue, 1 Sep 2015 19:15:48 +0000 (+0200) Subject: dev-libs/uchardet: Fixing HOMEPAGE move due to code.google.com shutdown X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=732bfa9eb63a012bc60afc1a7d7466e28037fe40;p=gentoo.git dev-libs/uchardet: Fixing HOMEPAGE move due to code.google.com shutdown Package-Manager: portage-2.2.20.1 --- diff --git a/dev-libs/uchardet/uchardet-0.0.1.ebuild b/dev-libs/uchardet/uchardet-0.0.1.ebuild index 5472c1d2f036..baa94326585b 100644 --- a/dev-libs/uchardet/uchardet-0.0.1.ebuild +++ b/dev-libs/uchardet/uchardet-0.0.1.ebuild @@ -7,7 +7,7 @@ EAPI="5" inherit cmake-utils DESCRIPTION="C port of Mozilla's Automatic Charset Detection algorithm" -HOMEPAGE="https://code.google.com/p/uchardet/" +HOMEPAGE="https://github.com/BYVoid/uchardet" SRC_URI="https://uchardet.googlecode.com/files/${P}.tar.gz" LICENSE="MPL-1.1"