GNU bug report logs -
#78488
[PATCH] services: readymedia: Fix typo.
Previous Next
Reported by: Sughosha <sughosha <at> disroot.org>
Date: Sun, 18 May 2025 22:00:03 UTC
Severity: normal
Tags: patch
Done: Ian Eure <ian <at> retrospec.tv>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 78488 <at> debbugs.gnu.org (full text, mbox):
Hi Sughosha,
Sughosha <sughosha <at> disroot.org> writes:
> * gnu/services/upnp.scm
> (readymedia-configuration)[home-service?]: Fix typo.
>
> Change-Id: Ie7062fbeb88f93d698bbafacf50f8a74766d4202
> ---
> gnu/services/upnp.scm | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/gnu/services/upnp.scm b/gnu/services/upnp.scm
> index 363da005f1e..8267b1e53af 100644
> --- a/gnu/services/upnp.scm
> +++ b/gnu/services/upnp.scm
> @@ -92,7 +92,7 @@ (define-record-type*
> <readymedia-configuration>
> (media-directories
> readymedia-configuration-media-directories)
> (extra-config readymedia-configuration-extra-config
> (default '()))
> - (home-service? syncthing-configuration-home-service?
> + (home-service? readymedia-configuration-home-service?
> (default for-home?) (innate)))
Pushed as 9bc97424d3.
Thank you for the patch!
-- Ian
This bug report was last modified 25 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.