guix-commits
[Top][All Lists]
Advanced

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

01/01: hydra: dns: Fix module name.


From: Ludovic Courtès
Subject: 01/01: hydra: dns: Fix module name.
Date: Fri, 26 Apr 2019 18:52:03 -0400 (EDT)

civodul pushed a commit to branch master
in repository maintenance.

commit 0805c73a01a9fd958d69b07c78bbfbeb7c2090d9
Author: Ludovic Courtès <address@hidden>
Date:   Fri Apr 26 22:20:22 2019 +0200

    hydra: dns: Fix module name.
    
    * hydra/modules/sysadmin/dns.scm: Fix knot module name.
---
 hydra/modules/sysadmin/dns.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hydra/modules/sysadmin/dns.scm b/hydra/modules/sysadmin/dns.scm
index 8ce93e6..7cf8961 100644
--- a/hydra/modules/sysadmin/dns.scm
+++ b/hydra/modules/sysadmin/dns.scm
@@ -16,7 +16,7 @@
 ;;; along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 (define-module (sysadmin dns)
-  #:use-module (gnu services knot)
+  #:use-module (gnu services dns)
   #:export (guix.gnu.org-zone
             berlin-ip4
             bayfront-ip4))



reply via email to

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