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$")))
|
#:include-regexp ("\\.h$")))
|
||||||
args))))))
|
args))))))
|
||||||
(synopsis "Parse tl scheme to tlo")
|
(synopsis "Parse tl scheme to tlo")
|
||||||
(description "TL-Parser is a tl scheme to tlo file parser. It was formely
|
(description "TL-Parser is a tl scheme to tlo file parser. It was
|
||||||
a part of telegram-cli, but now being maintained separately.")
|
formerly a part of telegram-cli, but now being maintained separately.")
|
||||||
(home-page "https://github.com/vysheng/tl-parser")
|
(home-page "https://github.com/vysheng/tl-parser")
|
||||||
(license license:gpl2+))))
|
(license license:gpl2+))))
|
||||||
|
|
||||||
|
|
Reference in a new issue