mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: gmnisrv: Fix typo.
* gnu/services/web.scm (gmnisrv-service-type): Change the service name to gmnisrv Change-Id: I1ca46c312db851486313c431fe0454786f0a673e Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
25de8f3c5e
commit
4d934786c0
1 changed files with 1 additions and 1 deletions
|
@ -2103,7 +2103,7 @@ (define %gmnisrv-activation
|
|||
|
||||
(define gmnisrv-service-type
|
||||
(service-type
|
||||
(name 'guix)
|
||||
(name 'gmnisrv)
|
||||
(extensions
|
||||
(list (service-extension activation-service-type
|
||||
(const %gmnisrv-activation))
|
||||
|
|
Loading…
Reference in a new issue