guix-commits
[Top][All Lists]
Advanced

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

01/03: services: avahi: Export service type.


From: Ludovic Courtès
Subject: 01/03: services: avahi: Export service type.
Date: Wed, 20 Jan 2016 23:22:42 +0000

civodul pushed a commit to branch master
in repository guix.

commit 893106cbbfc15469108c18d488c354b5c0620b27
Author: Ludovic Courtès <address@hidden>
Date:   Wed Jan 20 23:51:43 2016 +0100

    services: avahi: Export service type.
    
    * gnu/services/avahi.scm: Export 'avahi-service-type'.
---
 gnu/services/avahi.scm |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/services/avahi.scm b/gnu/services/avahi.scm
index 49a737f..909abef 100644
--- a/gnu/services/avahi.scm
+++ b/gnu/services/avahi.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2014, 2015 Ludovic Courtès <address@hidden>
+;;; Copyright © 2014, 2015, 2016 Ludovic Courtès <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -26,7 +26,8 @@
   #:use-module (gnu packages admin)
   #:use-module (guix records)
   #:use-module (guix gexp)
-  #:export (avahi-service))
+  #:export (avahi-service
+            avahi-service-type))
 
 ;;; Commentary:
 ;;;



reply via email to

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