Archived
1
0
Fork 0

gnu: tl-parser: Fix typo in description.

* gnu/packages/telegram.scm (tl-parser)[description]: Fix typo.
This commit is contained in:
Tobias Geerinckx-Rice 2021-04-09 19:51:52 +02:00
parent f45284f127
commit eb97517492
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -611,8 +611,8 @@ Telegram instant messenger.")
#:include-regexp ("\\.h$")))
args))))))
(synopsis "Parse tl scheme to tlo")
(description "TL-Parser is a tl scheme to tlo file parser. It was formely
a part of telegram-cli, but now being maintained separately.")
(description "TL-Parser is a tl scheme to tlo file parser. It was
formerly a part of telegram-cli, but now being maintained separately.")
(home-page "https://github.com/vysheng/tl-parser")
(license license:gpl2+))))