services: Fix "authentication" service name.

Follow-up to 7f93bbd5aa.

* gnu/services/authentication.scm: Fix module name.
This commit is contained in:
Danny Milosavljevic 2018-06-23 00:21:23 +02:00
parent 7f93bbd5aa
commit 812f6bd82d
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 1 additions and 1 deletions

View File

@ -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)