mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
doc: Add missing paren in CPE example.
* doc/guix.texi (Invoking guix lint): Add missing paren in 'cpe-name' example.
This commit is contained in:
parent
473bd8100b
commit
31e6e6a89f
1 changed files with 1 additions and 1 deletions
|
@ -9470,7 +9470,7 @@ that Guix uses, as in this example:
|
|||
;; @dots{}
|
||||
;; CPE calls this package "grub2".
|
||||
(properties '((cpe-name . "grub2")
|
||||
(cpe-version . "2.3")))
|
||||
(cpe-version . "2.3"))))
|
||||
@end lisp
|
||||
|
||||
@c See <https://www.openwall.com/lists/oss-security/2017/03/15/3>.
|
||||
|
|
Loading…
Reference in a new issue