commit: 411d1d592f48651c3dd2b3431780ad84f2fba282 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Wed Aug 1 16:40:10 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Aug 15 19:53:31 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=411d1d59
sys-fs/copyfs: fix HOMEPAGE, SRC_URI sys-fs/copyfs/copyfs-1.0.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-fs/copyfs/copyfs-1.0.1.ebuild b/sys-fs/copyfs/copyfs-1.0.1.ebuild index dcec1e63bce..285ec9354bd 100644 --- a/sys-fs/copyfs/copyfs-1.0.1.ebuild +++ b/sys-fs/copyfs/copyfs-1.0.1.ebuild @@ -6,8 +6,8 @@ EAPI="2" inherit autotools eutils toolchain-funcs DESCRIPTION="fuse-based filesystem for maintaining configuration files" -HOMEPAGE="http://invaders.mars-attacks.org/~boklm/copyfs/" -SRC_URI="${HOMEPAGE}/${P}.tar.bz2" +HOMEPAGE="https://boklm.eu/copyfs/" +SRC_URI="https://boklm.eu/copyfs/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64 ~ppc"
