me
/
guix
Archived
1
0
Fork 0

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>
Michal Atlas 2023-11-27 19:58:28 +00:00 committed by Ludovic Courtès
parent 25de8f3c5e
commit 4d934786c0
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -2103,7 +2103,7 @@ root=/srv/gemini
(define gmnisrv-service-type
(service-type
(name 'guix)
(name 'gmnisrv)
(extensions
(list (service-extension activation-service-type
(const %gmnisrv-activation))