1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-06 01:05:54 +02:00

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
+2 -2
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+))))