From ea4bdb3ce3a7701d4f447c4e6bccf9ad5c907f1c Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Sun, 11 Mar 2018 18:33:32 +0100 Subject: [PATCH] sys-devel/ct-ng: fix HOMEPAGE Signed-off-by: Anthony G. Basile --- sys-devel/ct-ng/ct-ng-1.22.0.ebuild | 2 +- sys-devel/ct-ng/ct-ng-1.23.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-devel/ct-ng/ct-ng-1.22.0.ebuild b/sys-devel/ct-ng/ct-ng-1.22.0.ebuild index 193e2677a54ef..a9aa2651dc911 100644 --- a/sys-devel/ct-ng/ct-ng-1.22.0.ebuild +++ b/sys-devel/ct-ng/ct-ng-1.22.0.ebuild @@ -6,7 +6,7 @@ EAPI="5" inherit bash-completion-r1 DESCRIPTION="crosstool-ng is a tool to build cross-compiling toolchains" -HOMEPAGE="https://crosstool-ng.org" +HOMEPAGE="https://crosstool-ng.github.io/" MY_P=${P/ct/crosstool} SRC_URI="http://ymorin.is-a-geek.org/download/crosstool-ng/${MY_P}.tar.bz2" diff --git a/sys-devel/ct-ng/ct-ng-1.23.0.ebuild b/sys-devel/ct-ng/ct-ng-1.23.0.ebuild index bd18d3f3226ea..3ee43cbeace66 100644 --- a/sys-devel/ct-ng/ct-ng-1.23.0.ebuild +++ b/sys-devel/ct-ng/ct-ng-1.23.0.ebuild @@ -6,7 +6,7 @@ EAPI="5" inherit bash-completion-r1 DESCRIPTION="crosstool-ng is a tool to build cross-compiling toolchains" -HOMEPAGE="https://crosstool-ng.org" +HOMEPAGE="https://crosstool-ng.github.io/" MY_P=${P/ct/crosstool} SRC_URI="http://ymorin.is-a-geek.org/download/crosstool-ng/${MY_P}.tar.bz2"