unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#67496] [PATCH] gnu: gmnisrv: Fix typo
@ 2023-11-27 19:58 Michal Atlas
  2023-12-03 22:47 ` bug#67496: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Michal Atlas @ 2023-11-27 19:58 UTC (permalink / raw)
  To: 67496; +Cc: Michal Atlas

* gnu/services/web.scm (gmnisrv-service-type): Change the service name to gmnisrv

Change-Id: I1ca46c312db851486313c431fe0454786f0a673e
---
 gnu/services/web.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/services/web.scm b/gnu/services/web.scm
index 818226a4f7..0f2ec71713 100644
--- a/gnu/services/web.scm
+++ b/gnu/services/web.scm
@@ -2101,7 +2101,7 @@ (define %gmnisrv-activation
 
 (define gmnisrv-service-type
   (service-type
-   (name 'guix)
+   (name 'gmnisrv)
    (extensions
     (list (service-extension activation-service-type
                              (const %gmnisrv-activation))

base-commit: 2410a30f6c06d56b5589e0ad685bcdf09bb144bf
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#67496: [PATCH] gnu: gmnisrv: Fix typo
  2023-11-27 19:58 [bug#67496] [PATCH] gnu: gmnisrv: Fix typo Michal Atlas
@ 2023-12-03 22:47 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-12-03 22:47 UTC (permalink / raw)
  To: Michal Atlas; +Cc: 67496-done

Michal Atlas <michal_atlas+git@posteo.net> skribis:

> * gnu/services/web.scm (gmnisrv-service-type): Change the service name to gmnisrv
>
> Change-Id: I1ca46c312db851486313c431fe0454786f0a673e

Applied, thanks!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-12-03 22:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-27 19:58 [bug#67496] [PATCH] gnu: gmnisrv: Fix typo Michal Atlas
2023-12-03 22:47 ` bug#67496: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).