Merge pull request #136916 from tshaynik/kaidan-long-desc

kaidan: add long description
This commit is contained in:
Jörg Thalheim 2021-09-07 02:57:30 +01:00 committed by GitHub
commit 0d08e816f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,6 +49,15 @@ mkDerivation rec {
meta = with lib; {
description = "User-friendly and modern chat app, using XMPP";
longDescription = ''
Kaidan is a user-friendly and modern chat app for every device. It uses
the open communication protocol XMPP (Jabber). Unlike other chat apps,
you are not dependent on one specific service provider.
Kaidan does not have all basic features yet and has still some
stability issues. Current features include audio messages, video
messages, and file sharing.
'';
homepage = "https://www.kaidan.im";
license = with licenses; [
gpl3Plus