diff --git a/glicid/packages/openldap.scm b/glicid/packages/openldap.scm index 8fe1c62..d83d460 100644 --- a/glicid/packages/openldap.scm +++ b/glicid/packages/openldap.scm @@ -1,6 +1,7 @@ (define-module (glicid packages openldap) #:use-module (guix build-system gnu) #:use-module (guix download) + #:use-module ((guix licenses) #:prefix license:) #:use-module (guix packages) #:use-module (guix utils) #:use-module ((gnu packages openldap) #:prefix gnu:) @@ -175,6 +176,6 @@ alias, netgroup, and basically any other information that you would normally get from @file{/etc} flat files or NIS. It also provides a @dfn{Pluggable Authentication Module} (PAM) to do identity and authentication management with an LDAP server.") - (license lgpl2.1+) + (license license:lgpl2.1+) ) )