dev-vcs/jj: update github URL

Signed-off-by: demize <demize@unstable.systems>
This commit is contained in:
demize 2025-01-28 09:38:42 -05:00
parent db9e23974f
commit 2c44c332ba
No known key found for this signature in database
GPG Key ID: AECE696834DC11E9
3 changed files with 6 additions and 6 deletions

View File

@ -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}
"

View File

@ -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"

View File

@ -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>