guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Arun Isaac
Subject: 01/01: gnu: services: Fix wesnothd-configuration? symbol export.
Date: Mon, 14 May 2018 10:47:06 -0400 (EDT)

arunisaac pushed a commit to branch master
in repository guix.

commit f93c7a89797667db073b1ddbb0fbbea41f16bf33
Author: Arun Isaac <address@hidden>
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

[Prev in Thread] Current Thread [Next in Thread]