summaryrefslogtreecommitdiff
path: root/gnu/services/authentication.scm
diff options
context:
space:
mode:
authorDanny Milosavljevic <dannym@scratchpost.org>2018-06-23 00:21:23 +0200
committerDanny Milosavljevic <dannym@scratchpost.org>2018-06-23 00:21:23 +0200
commit812f6bd82dd584cc0551a687ec52315ae8ee4afb (patch)
treec61d14ad8024ee39bfbb760126e2feeead45a3fc /gnu/services/authentication.scm
parent7f93bbd5aadf0427190769fba8f478c29e37b4f4 (diff)
downloadguix-patches-812f6bd82dd584cc0551a687ec52315ae8ee4afb.tar
guix-patches-812f6bd82dd584cc0551a687ec52315ae8ee4afb.tar.gz
services: Fix "authentication" service name.
Follow-up to 7f93bbd5aadf0427190769fba8f478c29e37b4f4. * gnu/services/authentication.scm: Fix module name.
Diffstat (limited to 'gnu/services/authentication.scm')
-rw-r--r--gnu/services/authentication.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/services/authentication.scm b/gnu/services/authentication.scm
index 1ab2b03003..1a2629d475 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)