guix-commits
[Top][All Lists]
Advanced

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

01/01: services: Fix "authentication" service name.


From: Danny Milosavljevic
Subject: 01/01: services: Fix "authentication" service name.
Date: Fri, 22 Jun 2018 18:22:17 -0400 (EDT)

dannym pushed a commit to branch master
in repository guix.

commit 812f6bd82dd584cc0551a687ec52315ae8ee4afb
Author: Danny Milosavljevic <address@hidden>
Date:   Sat Jun 23 00:21:23 2018 +0200

    services: Fix "authentication" service name.
    
    Follow-up to 7f93bbd5aadf0427190769fba8f478c29e37b4f4.
    
    * gnu/services/authentication.scm: Fix module name.
---
 gnu/services/authentication.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/services/authentication.scm b/gnu/services/authentication.scm
index 1ab2b03..1a2629d 100644
--- a/gnu/services/authentication.scm
+++ b/gnu/services/authentication.scm
@@ -16,7 +16,7 @@
 ;;; You should have received a copy of the GNU General Public License
 ;;; along with GNU Guix.  If not, see <http://www.gnu.org/licenses/>.
 
-(define-module (gnu services fingerprint)
+(define-module (gnu services authentication)
   #:use-module (gnu services)
   #:use-module (gnu services dbus)
   #:use-module (gnu packages freedesktop)



reply via email to

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