commit: ce6f784055228fa100f145581d2fbbf675cd1e7e Author: Bertrand Jacquin <bertrand <AT> jacquin <DOT> bzh> AuthorDate: Sat Jun 5 23:33:20 2021 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Sun Jun 6 09:31:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce6f7840
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 <bertrand <AT> jacquin.bzh> Package-Manager: Portage-3.0.18, Repoman-3.0.2 Closes: https://github.com/gentoo/gentoo/pull/21138 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> 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 732b5c5364b..905348ba854 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 b4f43dbfc2b..56a2bbbc42f 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"
