guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: services: patchwork: Fix typo.


From: guix-commits
Subject: 01/01: services: patchwork: Fix typo.
Date: Tue, 5 Nov 2019 07:57:00 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 548efa8bdfa440e95c2928c434b72b0411ed31ba
Author: Efraim Flashner <address@hidden>
Date:   Tue Nov 5 14:51:57 2019 +0200

    services: patchwork: Fix typo.
    
    * gnu/services.web.scm (define-gexp-compiler): Use 'enable-rest-api?'
    where appropriate in place of 'enable-xmlrpc?'
---
 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 899be1c..9320da5 100644
--- a/gnu/services/web.scm
+++ b/gnu/services/web.scm
@@ -1425,7 +1425,7 @@ ADMINS = [
 
 DEBUG = " #$(if debug? "True" "False") "
 
-ENABLE_REST_API = " #$(if enable-xmlrpc? "True" "False") "
+ENABLE_REST_API = " #$(if enable-rest-api? "True" "False") "
 ENABLE_XMLRPC = " #$(if enable-xmlrpc? "True" "False") "
 
 FORCE_HTTPS_LINKS = " #$(if force-https-links? "True" "False") "



reply via email to

[Prev in Thread] Current Thread [Next in Thread]