diff options
author | Danny Milosavljevic <dannym@scratchpost.org> | 2018-06-23 00:21:23 +0200 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2018-06-23 00:21:23 +0200 |
commit | 812f6bd82dd584cc0551a687ec52315ae8ee4afb (patch) | |
tree | c61d14ad8024ee39bfbb760126e2feeead45a3fc /gnu/services | |
parent | 7f93bbd5aadf0427190769fba8f478c29e37b4f4 (diff) | |
download | patches-812f6bd82dd584cc0551a687ec52315ae8ee4afb.tar 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')
-rw-r--r-- | gnu/services/authentication.scm | 2 |
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) |