From aa8745ad332fb850a5e984eed662d35622f38fcc Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Thu, 6 Nov 2025 17:50:54 +0500 Subject: [PATCH] dev-crystal/webdrivers: update HOMEPAGE, SRC_URI Signed-off-by: Anna (cybertailor) Vyalkova --- dev-crystal/webdrivers/metadata.xml | 7 +++++-- dev-crystal/webdrivers/webdrivers-0.4.3-r2.ebuild | 6 +++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/dev-crystal/webdrivers/metadata.xml b/dev-crystal/webdrivers/metadata.xml index 8834332edb..36e7b77456 100644 --- a/dev-crystal/webdrivers/metadata.xml +++ b/dev-crystal/webdrivers/metadata.xml @@ -1,9 +1,12 @@ - + + cyber+gentoo@sysrq.in + Anna + - matthewmcgarvey/webdrivers.cr + crystal-loot/webdrivers.cr Matthew McGarvey matthewmcgarvey14@gmail.com diff --git a/dev-crystal/webdrivers/webdrivers-0.4.3-r2.ebuild b/dev-crystal/webdrivers/webdrivers-0.4.3-r2.ebuild index 24a1c1e732..7c0e23a464 100644 --- a/dev-crystal/webdrivers/webdrivers-0.4.3-r2.ebuild +++ b/dev-crystal/webdrivers/webdrivers-0.4.3-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2024 Gentoo Authors +# Copyright 2022-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,8 +7,8 @@ inherit shards MY_PN="${PN}.cr" DESCRIPTION="Helps manage drivers for Selenium, such as the Chromedriver" -HOMEPAGE="https://github.com/matthewmcgarvey/webdrivers.cr" -SRC_URI="https://github.com/matthewmcgarvey/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/crystal-loot/webdrivers.cr" +SRC_URI="https://github.com/crystal-loot/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${MY_PN}-${PV}" LICENSE="MIT"