From f8fcde09580a7cf00baf25f3a770ff83f87074d9 Mon Sep 17 00:00:00 2001 From: Alberto Gireud Date: Sat, 12 Jul 2025 23:34:22 -0500 Subject: [PATCH] net-irc/halloy: Fix comment in 2025.6 ebuild Signed-off-by: Alberto Gireud --- net-irc/halloy/halloy-2025.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-irc/halloy/halloy-2025.6.ebuild b/net-irc/halloy/halloy-2025.6.ebuild index bdeaae187b..2d2c0b252b 100644 --- a/net-irc/halloy/halloy-2025.6.ebuild +++ b/net-irc/halloy/halloy-2025.6.ebuild @@ -947,7 +947,7 @@ src_unpack() { src_configure() { if [[ ${PV} != *9999* ]] ; then # Fix cargo.eclass handling of patched dependencies - # https://github.com/squidowl/halloy/blob/2025.5/Cargo.toml#L96-L98 + # https://github.com/squidowl/halloy/blob/2025.6/Cargo.toml#L96-L98 sed -i "s,'https://github.com/iced-rs/iced',crates-io,g" \ "${ECARGO_HOME}/config.toml" || die fi