diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2015-09-01 20:37:25 +0200 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2015-09-01 20:37:25 +0200 |
commit | ea653c692215c355b1214e5dca8856e3542689b2 (patch) | |
tree | 49bcbcc66e59cf81e0ea0fda7f24db95d8175afe /app-arch/snappy | |
parent | app-arch/lz4: Fixing HOMEPAGE move due to code.google.com shutdown (diff) | |
download | gentoo-ea653c692215c355b1214e5dca8856e3542689b2.tar.gz gentoo-ea653c692215c355b1214e5dca8856e3542689b2.tar.bz2 gentoo-ea653c692215c355b1214e5dca8856e3542689b2.zip |
app-arch/snappy: Fixing HOMEPAGE move due to code.google.com shutdown
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'app-arch/snappy')
-rw-r--r-- | app-arch/snappy/snappy-1.1.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |