commit: 9e2860f65b6b7b982d059e2e3834a7a86ea8c22e Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Oct 1 20:02:50 2016 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Oct 1 20:03:42 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e2860f6
app-portage/unsandbox: Fix the URI app-portage/unsandbox/unsandbox-1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-portage/unsandbox/unsandbox-1.ebuild b/app-portage/unsandbox/unsandbox-1.ebuild index d474616..d992a97 100644 --- a/app-portage/unsandbox/unsandbox-1.ebuild +++ b/app-portage/unsandbox/unsandbox-1.ebuild @@ -5,8 +5,8 @@ EAPI=6 DESCRIPTION="The Sandbox escapist tool" -HOMEPAGE="http://dev.gentoo.org/~mgorny/unsandbox.c" -SRC_URI="http://dev.gentoo.org/~mgorny/unsandbox.c" +HOMEPAGE="http://dev.gentoo.org/~mgorny/dist/unsandbox.c" +SRC_URI="http://dev.gentoo.org/~mgorny/dist/unsandbox.c" LICENSE="BSD-2" SLOT="0"
