[PATCH] gnu: services: Fix gmnisrv service name.

  • Done
  • quality assurance status badge
Details
One participant
  • Sergey Trofimov
Owner
unassigned
Submitted by
Sergey Trofimov
Severity
normal
Merged with

Debbugs page

Sergey Trofimov wrote 1 years ago
(address . guix-patches@gnu.org)(name . Sergey Trofimov)(address . sarg@sarg.org.ru)
54c4d024f2b51f1ab1cb7d8b26ee9427a9d49ec2.1701465849.git.sarg@sarg.org.ru
* gnu/services/web.scm (gmnisrv-service-type):
Change name from guix to gmnisrv.
---
gnu/services/web.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Toggle diff (15 lines)
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: 842a11f1caa1bb929c427722ad9d7b7c1ff65727
--
2.41.0
Sergey Trofimov wrote 1 years ago
control message for bug #67573
(address . control@debbugs.gnu.org)
2b43369269d2bbfe62a129fc766d1006@sarg.org.ru
merge 67573 67496
quit
?
Your comment

This issue is archived.

To comment on this conversation send an email to 67573@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 67573
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help