diff options
author | Lulu <me@erkin.party> | 2020-10-14 09:37:30 +0300 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2020-10-14 14:34:15 +0200 |
commit | 5436b673f53d27753b53ab8d94eea6153a20e483 (patch) | |
tree | 36dde9b1ca8efb8f1a45b64f0144d4b91dd0f3f2 /gnu/services | |
parent | 4835d52efd6aedb14978089785a09baf2be31386 (diff) | |
download | guix-5436b673f53d27753b53ab8d94eea6153a20e483.tar.gz guix-5436b673f53d27753b53ab8d94eea6153a20e483.zip |
services: nginx: Fix typo in exported symbol.
* gnu/services/web.scm: Fix typo in exported symbol.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
Diffstat (limited to 'gnu/services')
-rw-r--r-- | gnu/services/web.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/services/web.scm b/gnu/services/web.scm index c8ffc19d83..b2d1dcf0ee 100644 --- a/gnu/services/web.scm +++ b/gnu/services/web.scm @@ -90,7 +90,7 @@ nginx-configuration nginx-configuration? - nginx-configuartion-nginx + nginx-configuration-nginx nginx-configuration-log-directory nginx-configuration-run-directory nginx-configuration-server-blocks |