summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--doc/guix.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 0102fd0fad..111b911d00 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -39654,7 +39654,7 @@ This service can be extended by other services to add additional home
 environments, as in this example:
 
 @lisp
-(simple-service 'my-extra-home home-service-type
+(simple-service 'my-extra-home guix-home-service-type
                 `(("bob" ,my-extra-home))))
 @end lisp
 @end defvar