commit: c3d248f74d2e41c4747a19723b970b79ccab8032 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org> AuthorDate: Tue Sep 1 19:50:13 2015 +0000 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org> CommitDate: Tue Sep 1 19:50:13 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3d248f7
net-libs/libcrafter: Fixing HOMEPAGE move due to code.google.com shutdown Package-Manager: portage-2.2.20.1 net-libs/libcrafter/libcrafter-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libcrafter/libcrafter-9999.ebuild b/net-libs/libcrafter/libcrafter-9999.ebuild index 8c799d9..b50fb65 100644 --- a/net-libs/libcrafter/libcrafter-9999.ebuild +++ b/net-libs/libcrafter/libcrafter-9999.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit autotools eutils git-r3 DESCRIPTION="a high level library for C++ designed to make easier the creation and decoding of network packets" -HOMEPAGE="https://code.google.com/p/libcrafter/" +HOMEPAGE="https://github.com/pellegre/libcrafter" EGIT_REPO_URI="https://github.com/pellegre/${PN}" LICENSE="BSD"
