summaryrefslogtreecommitdiff
path: root/gnu/services/games.scm
diff options
context:
space:
mode:
authorArun Isaac <arunisaac@systemreboot.net>2018-05-14 20:14:10 +0530
committerArun Isaac <arunisaac@systemreboot.net>2018-05-14 20:15:28 +0530
commitf93c7a89797667db073b1ddbb0fbbea41f16bf33 (patch)
tree7391899c5f76a2031b56daa9da5ab205635e224d /gnu/services/games.scm
parent20b51b17d17b3a1b743ee8c3998af80c04e6cbd5 (diff)
downloadguix-patches-f93c7a89797667db073b1ddbb0fbbea41f16bf33.tar
guix-patches-f93c7a89797667db073b1ddbb0fbbea41f16bf33.tar.gz
gnu: services: Fix wesnothd-configuration? symbol export.
* gnu/services/games.scm: Export wesnothd-configuration?, not the non-existent wesnoth-configuration?.
Diffstat (limited to 'gnu/services/games.scm')
-rw-r--r--gnu/services/games.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/services/games.scm b/gnu/services/games.scm
index b146696237..b9d78e078d 100644
--- a/gnu/services/games.scm
+++ b/gnu/services/games.scm
@@ -27,7 +27,7 @@
#:use-module (guix records)
#:use-module (ice-9 match)
#:export (wesnothd-configuration
- wesnoth-configuration?
+ wesnothd-configuration?
wesnothd-service-type))
;;;