From 5a339d93c445735e4affbfe0fb95cbadca3912f1 Mon Sep 17 00:00:00 2001 From: Nicolas PARLANT Date: Fri, 10 Jul 2026 11:56:14 +0200 Subject: [PATCH] app-editors/teamtype: update DESCRIPTION Signed-off-by: Nicolas PARLANT --- app-editors/teamtype/teamtype-0.9.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/teamtype/teamtype-0.9.2.ebuild b/app-editors/teamtype/teamtype-0.9.2.ebuild index 528c948065..6b8dc31248 100644 --- a/app-editors/teamtype/teamtype-0.9.2.ebuild +++ b/app-editors/teamtype/teamtype-0.9.2.ebuild @@ -9,7 +9,7 @@ CRATES=" RUST_MIN_VER="1.89.0" inherit cargo shell-completion -DESCRIPTION="Real-time co-editing of local text files." +DESCRIPTION="Real-time co-editing of local text files" HOMEPAGE="https://teamtype.github.io/teamtype/" SRC_URI="https://github.com/teamtype/teamtype/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" SRC_URI+=" https://raw.githubusercontent.com/PPN-SD/vendor/refs/tags/${P}/${P}-crates.tar.xz"