guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/05: doc: Add missing paren in CPE example.


From: guix-commits
Subject: 03/05: doc: Add missing paren in CPE example.
Date: Thu, 26 Sep 2019 05:50:08 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 31e6e6a89f354b05132a3c209161f204a00557e1
Author: Ludovic Courtès <address@hidden>
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

[Prev in Thread] Current Thread [Next in Thread]