summaryrefslogtreecommitdiff
path: root/distro/packages/gdbm.scm
diff options
context:
space:
mode:
Diffstat (limited to 'distro/packages/gdbm.scm')
-rw-r--r--distro/packages/gdbm.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/distro/packages/gdbm.scm b/distro/packages/gdbm.scm
index 9356cec246..d62bb7491f 100644
--- a/distro/packages/gdbm.scm
+++ b/distro/packages/gdbm.scm
@@ -17,6 +17,7 @@
;;; along with Guix. If not, see <http://www.gnu.org/licenses/>.
(define-module (distro packages gdbm)
+ #:use-module (guix licenses)
#:use-module (guix packages)
#:use-module (guix download)
#:use-module (guix build-system gnu))
@@ -52,4 +53,4 @@ database.
For compatibility with programs using old UNIX dbm function, the package
also provides traditional dbm and ndbm interfaces.")
- (license "GPLv3+")))
+ (license gpl3+)))