diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-06 13:43:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-06 13:56:26 +0200 |
commit | 5cad926bb5a5f9a9783b64e3d805d77cd2551e36 (patch) | |
tree | 07aa63391f10437e1817db9be4251463618943bc /gnu | |
parent | c3ea5756e6565f1e37c26ac57cef8c08e44617f7 (diff) |
gnu: telegram-purple: Note support status.
* gnu/packages/messaging.scm (telegram-purple)[description]: Set expectations.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/messaging.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 468e2fb528..59c154b9f7 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+. |