From: Michael Mair-Keimberger Date: Sun, 11 Mar 2018 17:33:32 +0000 (+0100) Subject: sys-devel/ct-ng: fix HOMEPAGE X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ea4bdb3ce3a7701d4f447c4e6bccf9ad5c907f1c;p=gentoo.git sys-devel/ct-ng: fix HOMEPAGE Signed-off-by: Anthony G. Basile --- 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 193e2677a54e..a9aa2651dc91 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 bd18d3f3226e..3ee43cbeace6 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"