mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: emacs-llm: Appease linter.
* gnu/packages/emacs-xyz.scm (emacs-llm)[synopsis]: Remove final full stop. Change-Id: I1cdb9206a5f68e95c47f8ec9f1a960b4c8c49660
This commit is contained in:
parent
9303912532
commit
16131699b0
1 changed files with 1 additions and 1 deletions
|
@ -1673,7 +1673,7 @@ (define-public emacs-llm
|
|||
(build-system emacs-build-system)
|
||||
(propagated-inputs (list emacs-plz))
|
||||
(home-page "https://github.com/ahyatt/llm")
|
||||
(synopsis "Emacs library abstracting Large Language Model capabilities.")
|
||||
(synopsis "Emacs library abstracting Large Language Model capabilities")
|
||||
(description
|
||||
"This package provides interfaces to abstract various @acronym{LLM, large
|
||||
language model}s out in the world. To respect user freedom, it will warn you
|
||||
|
|
Loading…
Reference in a new issue