diff options
author | Francesco Turco <fturco@fastmail.fm> | 2017-09-03 17:04:01 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-09-06 22:52:16 +0200 |
commit | 72a39f380e3578dfb95392b0d29f9a70163e7b79 (patch) | |
tree | 474fe8f1608946c2aa609f29657404e3e60e9e0d /app-portage/unsandbox | |
parent | app-misc/geneweb: use HTTPS for links to dev.gentoo.org (diff) | |
download | gentoo-72a39f380e3578dfb95392b0d29f9a70163e7b79.tar.gz gentoo-72a39f380e3578dfb95392b0d29f9a70163e7b79.tar.bz2 gentoo-72a39f380e3578dfb95392b0d29f9a70163e7b79.zip |
app-portage/unsandbox: use HTTPS for links to dev.gentoo.org
Diffstat (limited to 'app-portage/unsandbox')
-rw-r--r-- | app-portage/unsandbox/unsandbox-1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-portage/unsandbox/unsandbox-1.ebuild b/app-portage/unsandbox/unsandbox-1.ebuild index 633da677e045..34a3551ad98a 100644 --- a/app-portage/unsandbox/unsandbox-1.ebuild +++ b/app-portage/unsandbox/unsandbox-1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,8 +6,8 @@ EAPI=6 inherit toolchain-funcs DESCRIPTION="The Sandbox escapist tool" -HOMEPAGE="http://dev.gentoo.org/~mgorny/dist/unsandbox.c" -SRC_URI="http://dev.gentoo.org/~mgorny/dist/unsandbox.c" +HOMEPAGE="https://dev.gentoo.org/~mgorny/dist/unsandbox.c" +SRC_URI="https://dev.gentoo.org/~mgorny/dist/unsandbox.c" LICENSE="BSD-2" SLOT="0" |