gnu: services: Fix wesnothd-configuration? symbol export.

* gnu/services/games.scm: Export wesnothd-configuration?, not the
non-existent wesnoth-configuration?.
This commit is contained in:
Arun Isaac 2018-05-14 20:14:10 +05:30
parent 20b51b17d1
commit f93c7a8979
No known key found for this signature in database
GPG key ID: 2E25EE8B61802BB3

View file

@ -27,7 +27,7 @@ (define-module (gnu services games)
#:use-module (guix records)
#:use-module (ice-9 match)
#:export (wesnothd-configuration
wesnoth-configuration?
wesnothd-configuration?
wesnothd-service-type))
;;;