summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2021-06-06 00:33:20 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2021-06-06 10:31:08 +0100
commitce6f784055228fa100f145581d2fbbf675cd1e7e (patch)
tree248974739b8166fef754f8c6a4b84afc310544ac
parentdev-util/poke: bump up to 1.3 (diff)
downloadgentoo-ce6f7840.tar.gz
gentoo-ce6f7840.tar.bz2
gentoo-ce6f7840.zip
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@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@gentoo.org>
-rw-r--r--sys-libs/musl/musl-1.2.2-r2.ebuild2
-rw-r--r--sys-libs/musl/musl-9999.ebuild2
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"