aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/mongodb.scm
diff options
context:
space:
mode:
authorpjotrp2016-03-30 11:39:31 -0500
committerpjotrp2016-03-30 11:39:31 -0500
commit5c2bfdbf325d5fa6b3479435ff05f6bb41387ef7 (patch)
tree0b8057180998b608075037348a9b4682677353b8 /gn/packages/mongodb.scm
parente9140218a59e71770ff408320f0f0adf04925c87 (diff)
downloadguix-bioinformatics-5c2bfdbf325d5fa6b3479435ff05f6bb41387ef7.tar.gz
Small fixes and removed package now in main line
Diffstat (limited to 'gn/packages/mongodb.scm')
-rw-r--r--gn/packages/mongodb.scm4
1 files changed, 2 insertions, 2 deletions
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 <http://www.gnu.org/licenses/>.
-(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))))