commit: aa8745ad332fb850a5e984eed662d35622f38fcc Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> AuthorDate: Thu Nov 6 12:50:54 2025 +0000 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> CommitDate: Thu Nov 6 12:50:54 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=aa8745ad
dev-crystal/webdrivers: update HOMEPAGE, SRC_URI Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in> 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 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <!-- maintainer-needed --> + <maintainer type="person"> + <email>[email protected]</email> + <name>Anna</name> + </maintainer> <upstream> - <remote-id type="github">matthewmcgarvey/webdrivers.cr</remote-id> + <remote-id type="github">crystal-loot/webdrivers.cr</remote-id> <maintainer> <name>Matthew McGarvey</name> <email>[email protected]</email> 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"
