diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-11 18:33:32 +0100 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2018-03-11 15:49:31 -0400 |
commit | ea4bdb3ce3a7701d4f447c4e6bccf9ad5c907f1c (patch) | |
tree | fa33cc498f12dc3e01030914ee0bc1cd78230626 /sys-devel/ct-ng/ct-ng-1.23.0.ebuild | |
parent | sys-kernel/gentoo-sources: Linux patch 4.9.87 (diff) | |
download | gentoo-ea4bdb3ce3a7701d4f447c4e6bccf9ad5c907f1c.tar.gz gentoo-ea4bdb3ce3a7701d4f447c4e6bccf9ad5c907f1c.tar.bz2 gentoo-ea4bdb3ce3a7701d4f447c4e6bccf9ad5c907f1c.zip |
sys-devel/ct-ng: fix HOMEPAGE
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'sys-devel/ct-ng/ct-ng-1.23.0.ebuild')
-rw-r--r-- | sys-devel/ct-ng/ct-ng-1.23.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |