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:
parent
11c3bb3285
commit
8e76ffefdb
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ identi.ca and status.net).")
|
||||||
("bitlbee" ,bitlbee) ; needs bitlbee headers
|
("bitlbee" ,bitlbee) ; needs bitlbee headers
|
||||||
("bash" ,bash)))
|
("bash" ,bash)))
|
||||||
(synopsis "Discord plugin for Bitlbee")
|
(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.")
|
access to servers running the Discord protocol.")
|
||||||
(home-page "https://github.com/sm00th/bitlbee-discord/")
|
(home-page "https://github.com/sm00th/bitlbee-discord/")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
Reference in a new issue