diff options
author | Ronny (tastytea) Gutbrod <gentoo@tastytea.de> | 2021-12-06 08:15:51 +0100 |
---|---|---|
committer | Ronny (tastytea) Gutbrod <gentoo@tastytea.de> | 2021-12-06 08:15:51 +0100 |
commit | d4d334d881c5abe306b182a9e8ce55bff32619af (patch) | |
tree | 126f99107ed035a979b37e5ea66766a89be2eb8c /net-im | |
parent | app-vim/themis: add 1.7.0, drop 1.5.5 (diff) | |
download | guru-d4d334d881c5abe306b182a9e8ce55bff32619af.tar.gz guru-d4d334d881c5abe306b182a9e8ce55bff32619af.tar.bz2 guru-d4d334d881c5abe306b182a9e8ce55bff32619af.zip |
net-im/nheko: Fix DESCRIPTION.
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/nheko/nheko-0.9.0-r1.ebuild | 2 | ||||
-rw-r--r-- | net-im/nheko/nheko-0.9.0_pre20211003-r1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-im/nheko/nheko-0.9.0-r1.ebuild b/net-im/nheko/nheko-0.9.0-r1.ebuild index 5116dd7c8..647134952 100644 --- a/net-im/nheko/nheko-0.9.0-r1.ebuild +++ b/net-im/nheko/nheko-0.9.0-r1.ebuild @@ -5,7 +5,7 @@ EAPI=8 inherit cmake optfeature xdg -DESCRIPTION="Desktop client for Matrix using Qt and C++14" +DESCRIPTION="Native desktop client for Matrix using Qt" HOMEPAGE="https://github.com/Nheko-Reborn/nheko" SRC_URI="https://github.com/Nheko-Reborn/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" diff --git a/net-im/nheko/nheko-0.9.0_pre20211003-r1.ebuild b/net-im/nheko/nheko-0.9.0_pre20211003-r1.ebuild index 4c12e58e2..26dc81426 100644 --- a/net-im/nheko/nheko-0.9.0_pre20211003-r1.ebuild +++ b/net-im/nheko/nheko-0.9.0_pre20211003-r1.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit cmake xdg MY_COMMIT="c43c2bd4b9481f761e9f1b16453f0e7f5b1beabe" -DESCRIPTION="Desktop client for Matrix using Qt and C++14" +DESCRIPTION="Native desktop client for Matrix using Qt" HOMEPAGE="https://github.com/Nheko-Reborn/nheko" SRC_URI="https://github.com/Nheko-Reborn/${PN}/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-${MY_COMMIT}" |