diff options
author | pjotrp | 2016-03-30 11:39:31 -0500 |
---|---|---|
committer | pjotrp | 2016-03-30 11:39:31 -0500 |
commit | 5c2bfdbf325d5fa6b3479435ff05f6bb41387ef7 (patch) | |
tree | 0b8057180998b608075037348a9b4682677353b8 /gn/packages/mongodb.scm | |
parent | e9140218a59e71770ff408320f0f0adf04925c87 (diff) | |
download | guix-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.scm | 4 |
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)))) |