diff options
| author | Arun Isaac <arunisaac@systemreboot.net> | 2018-05-14 20:14:10 +0530 |
|---|---|---|
| committer | Arun Isaac <arunisaac@systemreboot.net> | 2018-05-14 20:15:28 +0530 |
| commit | f93c7a89797667db073b1ddbb0fbbea41f16bf33 (patch) | |
| tree | 7391899c5f76a2031b56daa9da5ab205635e224d /gnu/services/games.scm | |
| parent | 20b51b17d17b3a1b743ee8c3998af80c04e6cbd5 (diff) | |
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.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/services/games.scm b/gnu/services/games.scm index b1466962376..b9d78e078d9 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)) ;;; |
