gnu: bitlbee-discord: Fix typo in description.

* gnu/packages/messaging.scm (bitlbee-discord)[description]: Fix typo.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Brendan Tildesley 2020-08-16 16:32:50 +10:00 committed by Efraim Flashner
parent 11c3bb3285
commit 8e76ffefdb
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -265,7 +265,7 @@ (define-public bitlbee-discord
("bitlbee" ,bitlbee) ; needs bitlbee headers
("bash" ,bash)))
(synopsis "Discord plugin for Bitlbee")
(description "Bitlbee-discord is a plugin for Bitlbee witch provides
(description "Bitlbee-discord is a plugin for Bitlbee which provides
access to servers running the Discord protocol.")
(home-page "https://github.com/sm00th/bitlbee-discord/")
(license license:gpl2+)))