dev-vcs/jj: update DESCRIPTION

Signed-off-by: Steffen Winter <steffen.winter@proton.me>
This commit is contained in:
Steffen Winter
2024-03-26 12:21:38 +01:00
parent f44a0b4d2e
commit ef11eb1962
2 changed files with 12 additions and 1 deletions

View File

@@ -361,7 +361,7 @@ CRATES="
inherit cargo
DESCRIPTION="jj"
DESCRIPTION="A Git-compatible VCS that is both simple and powerful"
# Double check the homepage as the cargo_metadata crate
# does not provide this value so instead repository is used
HOMEPAGE="https://github.com/martinvonz/jj"

11
dev-vcs/jj/metadata.xml Normal file
View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>stffn.mobil@freenet.de</email>
<name>Steffen Winter</name>
</maintainer>
<upstream>
<remote-id type="github">martinvonz/jj</remote-id>
</upstream>
</pkgmetadata>