diff options
Diffstat (limited to 'sci-libs/libh2oxx/libh2oxx-0.2.ebuild')
-rw-r--r-- | sci-libs/libh2oxx/libh2oxx-0.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/libh2oxx/libh2oxx-0.2.ebuild b/sci-libs/libh2oxx/libh2oxx-0.2.ebuild index 5b2383ae7c42..9d629d2d6a24 100644 --- a/sci-libs/libh2oxx/libh2oxx-0.2.ebuild +++ b/sci-libs/libh2oxx/libh2oxx-0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -6,8 +6,8 @@ EAPI=4 inherit autotools-utils DESCRIPTION="C++ bindings for libh2o" -HOMEPAGE="https://bitbucket.org/mgorny/libh2oxx/" -SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2" +HOMEPAGE="https://github.com/mgorny/libh2oxx/" +SRC_URI="https://github.com/mgorny/libh2oxx/releases/download/${P}/${P}.tar.bz2" LICENSE="BSD" SLOT="0" |