arunisaac pushed a commit to branch master
in repository guix.

commit f93c7a89797667db073b1ddbb0fbbea41f16bf33
Author: Arun Isaac <[email protected]>
Date:   Mon May 14 20:14:10 2018 +0530

    gnu: services: Fix wesnothd-configuration? symbol export.
    
    * gnu/services/games.scm: Export wesnothd-configuration?, not the
    non-existent wesnoth-configuration?.
---
 gnu/services/games.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/services/games.scm b/gnu/services/games.scm
index b146696..b9d78e0 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))
 
 ;;;

Reply via email to