[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/04: doc: Use new address@hidden syntax in example.
From: |
Ludovic Courtès |
Subject: |
01/04: doc: Use new address@hidden syntax in example. |
Date: |
Sat, 16 Apr 2016 23:24:33 +0000 |
civodul pushed a commit to branch master
in repository guix.
commit d5e5924835fcaafa716e4b95157299fa8dccaab5
Author: Ludovic Courtès <address@hidden>
Date: Sat Apr 16 01:36:54 2016 +0200
doc: Use new address@hidden syntax in example.
* doc/guix.texi (Using the Configuration System): Use address@hidden
syntax.
---
doc/guix.texi | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index 9b7a0cb..8088167 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -6227,7 +6227,7 @@ version:
(operating-system
;; ...
(packages (append (map specification->package
- '("tcpdump" "htop" "gnupg-2.0"))
+ '("tcpdump" "htop" "gnupg@@2.0"))
%base-packages)))
@end lisp