[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/04: gnu: telegram-purple: Note support status.
From: |
guix-commits |
Subject: |
04/04: gnu: telegram-purple: Note support status. |
Date: |
Thu, 6 May 2021 07:57:06 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 5cad926bb5a5f9a9783b64e3d805d77cd2551e36
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu May 6 13:43:00 2021 +0200
gnu: telegram-purple: Note support status.
* gnu/packages/messaging.scm (telegram-purple)[description]: Set
expectations.
---
gnu/packages/messaging.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 468e2fb..59c154b 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -2528,7 +2528,10 @@ messaging that aren’t available to clients that connect
over XMPP.")
(description
"Telegram-purple is a plugin for Libpurple, the communication library
used by the Pidgin instant messaging client, that adds support for the
-Telegram messenger.")
+Telegram messenger.
+
+This package is on ``life support'' until @code{tdlib-purple} is a full
+replacement.")
;; Code under tgl/ (the Telegram library) is LGPLv2.1+, but the plugin
;; itself is GPLv2+.