summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-05-06 13:43:00 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-05-06 13:56:26 +0200
commit5cad926bb5a5f9a9783b64e3d805d77cd2551e36 (patch)
tree07aa63391f10437e1817db9be4251463618943bc
parentc3ea5756e6565f1e37c26ac57cef8c08e44617f7 (diff)
downloadguix-patches-5cad926bb5a5f9a9783b64e3d805d77cd2551e36.tar
guix-patches-5cad926bb5a5f9a9783b64e3d805d77cd2551e36.tar.gz
gnu: telegram-purple: Note support status.
* gnu/packages/messaging.scm (telegram-purple)[description]: Set expectations.
-rw-r--r--gnu/packages/messaging.scm5
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+.