From: Tobias Klausmann Date: Tue, 1 Sep 2015 18:37:25 +0000 (+0200) Subject: app-arch/snappy: Fixing HOMEPAGE move due to code.google.com shutdown X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ea653c692215c355b1214e5dca8856e3542689b2;p=gentoo.git app-arch/snappy: Fixing HOMEPAGE move due to code.google.com shutdown Package-Manager: portage-2.2.20.1 --- diff --git a/app-arch/snappy/snappy-1.1.2-r1.ebuild b/app-arch/snappy/snappy-1.1.2-r1.ebuild index 51fbceabd4cd..50ab1a6f8d01 100644 --- a/app-arch/snappy/snappy-1.1.2-r1.ebuild +++ b/app-arch/snappy/snappy-1.1.2-r1.ebuild @@ -8,7 +8,7 @@ AUTOTOOLS_AUTO_DEPEND="yes" inherit eutils autotools-multilib DESCRIPTION="A high-speed compression/decompression library by Google" -HOMEPAGE="https://code.google.com/p/snappy/" +HOMEPAGE="https://github.com/google/snappy" # upstream uses google drive which has hash-based URLS SRC_URI="https://dev.gentoo.org/~radhermit/dist/${P}.tar.gz"