civodul pushed a commit to branch master
in repository guix.

commit 31e6e6a89f354b05132a3c209161f204a00557e1
Author: Ludovic Courtès <[email protected]>
Date:   Wed Sep 25 18:07:55 2019 +0200

    doc: Add missing paren in CPE example.
    
    * doc/guix.texi (Invoking guix lint): Add missing paren in 'cpe-name'
    example.
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 64a0742..2f4e0ad 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -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>.

Reply via email to