This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new c087d1d622 doc: Fix typo in home-readymedia-service-type example.
c087d1d622 is described below
commit c087d1d62272d4b2de5bacaa3d0e7366ef6c51db
Author: chris0ax <[email protected]>
AuthorDate: Fri Jan 9 19:15:19 2026 +0400
doc: Fix typo in home-readymedia-service-type example.
* doc/guix.texi (Miscellaneous Home Services): Change
readymedia-directory to readymedia-media-directory in
home-readymedia-service-type example.
Merges: https://codeberg.org/guix/guix/pulls/5496
Change-Id: Ica68a26bef7e960bbda769a1a04798d86bbe7d1e
Reviewed-by: Sergey Trofimov <[email protected]>
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
doc/guix.texi | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index 70bee4ad0c..4c113518fa 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -54255,13 +54255,13 @@ The service can be used with a
@code{readymedia-configuration} wrapped in
(for-home
(readymedia-configuration
(media-directories
- (list (readymedia-directory
+ (list (readymedia-media-directory
(path "/path/to/media/audio")
(types '(A)))
- (readymedia-directory
+ (readymedia-media-directory
(path "/path/to/media/video")
(types '(V)))
- (readymedia-directory
+ (readymedia-media-directory
(path "/path/to/media/misc")))))))
@end lisp