mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-18 23:39:00 -04:00
dev-vcs/jj: update github URL
Signed-off-by: demize <demize@unstable.systems>
This commit is contained in:
parent
db9e23974f
commit
2c44c332ba
@ -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}
|
||||
"
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user