From: Michał Górny Date: Sat, 1 Oct 2016 20:02:50 +0000 (+0200) Subject: app-portage/unsandbox: Fix the URI X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9e2860f65b6b7b982d059e2e3834a7a86ea8c22e;p=gentoo.git app-portage/unsandbox: Fix the URI --- diff --git a/app-portage/unsandbox/unsandbox-1.ebuild b/app-portage/unsandbox/unsandbox-1.ebuild index d474616ed9bb..d992a97e7d10 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"