gnu: tl-parser: Fix typo in description.
* gnu/packages/telegram.scm (tl-parser)[description]: Fix typo.
This commit is contained in:
parent
f45284f127
commit
eb97517492
1 changed files with 2 additions and 2 deletions
|
@ -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+))))
|
||||
|
||||
|
|
Reference in a new issue