commit: 2c44c332ba1f1c26bc1799246e56d2bea149ff64 Author: demize <demize <AT> unstable <DOT> systems> AuthorDate: Tue Jan 28 14:38:42 2025 +0000 Commit: demize <demize <AT> unstable <DOT> systems> CommitDate: Tue Jan 28 15:05:12 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2c44c332
dev-vcs/jj: update github URL Signed-off-by: demize <demize <AT> unstable.systems> dev-vcs/jj/jj-0.24.0.ebuild | 4 ++-- dev-vcs/jj/jj-9999.ebuild | 6 +++--- dev-vcs/jj/metadata.xml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-vcs/jj/jj-0.24.0.ebuild b/dev-vcs/jj/jj-0.24.0.ebuild index fcda23064..cd7ca3125 100644 --- a/dev-vcs/jj/jj-0.24.0.ebuild +++ b/dev-vcs/jj/jj-0.24.0.ebuild @@ -388,9 +388,9 @@ CRATES=" inherit cargo DESCRIPTION="Jujutsu - an experimental version control system" -HOMEPAGE="https://github.com/martinvonz/jj" +HOMEPAGE="https://github.com/jj-vcs/jj" SRC_URI=" - https://github.com/martinvonz/jj/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz + https://github.com/jj-vcs/jj/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz ${CARGO_CRATE_URIS} " diff --git a/dev-vcs/jj/jj-9999.ebuild b/dev-vcs/jj/jj-9999.ebuild index b67b6409e..5f9a85677 100644 --- a/dev-vcs/jj/jj-9999.ebuild +++ b/dev-vcs/jj/jj-9999.ebuild @@ -6,14 +6,14 @@ EAPI=8 inherit cargo DESCRIPTION="Jujutsu - an experimental version control system" -HOMEPAGE="https://github.com/martinvonz/jj" +HOMEPAGE="https://github.com/jj-vcs/jj" if [[ ${PV} == 9999 ]]; then inherit git-r3 - EGIT_REPO_URI="https://github.com/martinvonz/jj.git" + EGIT_REPO_URI="https://github.com/jj-vcs/jj.git" else SRC_URI=" - https://github.com/martinvonz/jj/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz + https://github.com/jj-vcs/jj/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz ${CARGO_CRATE_URIS} " KEYWORDS="~amd64" diff --git a/dev-vcs/jj/metadata.xml b/dev-vcs/jj/metadata.xml index 1b5a5c938..9c0e4cd14 100644 --- a/dev-vcs/jj/metadata.xml +++ b/dev-vcs/jj/metadata.xml @@ -6,6 +6,6 @@ <name>Steffen Winter</name> </maintainer> <upstream> - <remote-id type="github">martinvonz/jj</remote-id> + <remote-id type="github">jj-vcs/jj</remote-id> </upstream> </pkgmetadata>
