commit: 3a5f309bb7f14dbd53e8ef635214938a76aeb02e Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sun Feb 4 19:06:59 2018 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Sun Feb 11 11:32:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a5f309b
net-libs/libblkmaker: fix HOMEPAGE Closes: https://github.com/gentoo/gentoo/pull/7074 net-libs/libblkmaker/libblkmaker-0.3.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/libblkmaker/libblkmaker-0.3.2.ebuild b/net-libs/libblkmaker/libblkmaker-0.3.2.ebuild index 08fdd605163..1d317c5e0ec 100644 --- a/net-libs/libblkmaker/libblkmaker-0.3.2.ebuild +++ b/net-libs/libblkmaker/libblkmaker-0.3.2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 DESCRIPTION="C implementation of getblocktemplate (BIP 22)" -HOMEPAGE="https://gitorious.org/bitcoin/libblkmaker" +HOMEPAGE="https://github.com/bitcoin/libblkmaker" LICENSE="MIT" SRC_URI="https://gitorious.org/bitcoin/${PN}/archive/v${PV}.tar.gz -> ${P}.tgz"
