commit: 0a0020504d70ba70ae68fa37677114eb28ade93a Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> AuthorDate: Thu Nov 6 12:49:39 2025 +0000 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> CommitDate: Thu Nov 6 12:49:39 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0a002050
dev-crystal/selenium: update HOMEPAGE, SRC_URI Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in> dev-crystal/selenium/metadata.xml | 7 +++++-- dev-crystal/selenium/selenium-0.12.1-r1.ebuild | 8 ++++---- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/dev-crystal/selenium/metadata.xml b/dev-crystal/selenium/metadata.xml index e2467560d0..5689599b43 100644 --- a/dev-crystal/selenium/metadata.xml +++ b/dev-crystal/selenium/metadata.xml @@ -1,12 +1,15 @@ <?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> <maintainer> <name>Matthew McGarvey</name> <email>[email protected]</email> </maintainer> - <remote-id type="github">matthewmcgarvey/selenium.cr</remote-id> + <remote-id type="github">crystal-loot/selenium.cr</remote-id> </upstream> </pkgmetadata> diff --git a/dev-crystal/selenium/selenium-0.12.1-r1.ebuild b/dev-crystal/selenium/selenium-0.12.1-r1.ebuild index b58563a3fc..f9edf2eb84 100644 --- a/dev-crystal/selenium/selenium-0.12.1-r1.ebuild +++ b/dev-crystal/selenium/selenium-0.12.1-r1.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 @@ -8,10 +8,10 @@ inherit shards MY_PN="${PN}.cr" DESCRIPTION="Selenium library for Crystal" HOMEPAGE=" - https://matthewmcgarvey.github.io/selenium.cr/ - https://github.com/matthewmcgarvey/selenium.cr + https://crystal-loot.github.io/selenium.cr/ + https://github.com/crystal-loot/selenium.cr " -SRC_URI="https://github.com/matthewmcgarvey/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" +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"
