From ce6f784055228fa100f145581d2fbbf675cd1e7e Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Sun, 6 Jun 2021 00:33:20 +0100 Subject: sys-libs/musl: fix HOMEPAGE As per http://www.musl-libc.org/, "musl has moved to a new domain: musl.libc.org" Bug: https://bugs.gentoo.org/794484 Signed-off-by: Bertrand Jacquin Package-Manager: Portage-3.0.18, Repoman-3.0.2 Closes: https://github.com/gentoo/gentoo/pull/21138 Signed-off-by: Sergei Trofimovich --- sys-libs/musl/musl-1.2.2-r2.ebuild | 2 +- sys-libs/musl/musl-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-libs/musl/musl-1.2.2-r2.ebuild b/sys-libs/musl/musl-1.2.2-r2.ebuild index 732b5c5364b5..905348ba854e 100644 --- a/sys-libs/musl/musl-1.2.2-r2.ebuild +++ b/sys-libs/musl/musl-1.2.2-r2.ebuild @@ -28,7 +28,7 @@ if [[ ${CTARGET} == ${CHOST} ]] ; then fi DESCRIPTION="Light, fast and simple C library focused on standards-conformance and safety" -HOMEPAGE="http://www.musl-libc.org/" +HOMEPAGE="https://musl.libc.org" LICENSE="MIT LGPL-2 GPL-2" SLOT="0" IUSE="headers-only" diff --git a/sys-libs/musl/musl-9999.ebuild b/sys-libs/musl/musl-9999.ebuild index b4f43dbfc2b4..56a2bbbc42f6 100644 --- a/sys-libs/musl/musl-9999.ebuild +++ b/sys-libs/musl/musl-9999.ebuild @@ -28,7 +28,7 @@ if [[ ${CTARGET} == ${CHOST} ]] ; then fi DESCRIPTION="Light, fast and simple C library focused on standards-conformance and safety" -HOMEPAGE="http://www.musl-libc.org/" +HOMEPAGE="https://musl.libc.org" LICENSE="MIT LGPL-2 GPL-2" SLOT="0" IUSE="headers-only" -- cgit v1.2.3-65-gdbad