services: patchwork: Fix typo.

* gnu/services.web.scm (define-gexp-compiler): Use 'enable-rest-api?'
where appropriate in place of 'enable-xmlrpc?'
This commit is contained in:
Efraim Flashner 2019-11-05 14:51:57 +02:00
parent 8f5ac03e21
commit 548efa8bdf
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1425,7 +1425,7 @@ (define (create-__init__.py filename)
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") "