services: Fix "authentication" service name.
Follow-up to 7f93bbd5aa
.
* gnu/services/authentication.scm: Fix module name.
This commit is contained in:
parent
7f93bbd5aa
commit
812f6bd82d
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue