From 5c2bfdbf325d5fa6b3479435ff05f6bb41387ef7 Mon Sep 17 00:00:00 2001 From: pjotrp Date: Wed, 30 Mar 2016 11:39:31 -0500 Subject: Small fixes and removed package now in main line --- gn/packages/mongodb.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gn/packages/mongodb.scm') diff --git a/gn/packages/mongodb.scm b/gn/packages/mongodb.scm index 8f0c68e..cc4196e 100644 --- a/gn/packages/mongodb.scm +++ b/gn/packages/mongodb.scm @@ -16,7 +16,7 @@ ;;; You should have received a copy of the GNU General Public License ;;; along with GNU Guix. If not, see . -(define-module (gn packages bioinformatics) +(define-module (gn packages mongodb) #:use-module ((guix licenses) #:prefix license:) #:use-module (guix packages) #:use-module (guix utils) @@ -71,4 +71,4 @@ schema-free document-oriented database. A key goal of MongoDB is to bridge the gap between key/value stores (which are fast and highly scalable) and traditional RDBMS systems (which are deep in functionality).") - (license (list agpl3 asl2.0)))) + (license (list license:agpl3 license:asl2.0)))) -- cgit v1.2.3