diff options
Diffstat (limited to 'gnu/packages/databases.scm')
-rw-r--r-- | gnu/packages/databases.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index 8bb248fa1d..29270ce2be 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -661,6 +661,9 @@ replacement for the code@{python-memcached} library.") (define-public python2-pylibmc (package-with-python2 python-pylibmc)) +;; This is the last version of mongodb before they switched to the Server Side +;; Public License (SSPL), which is not a FOSS license. As such, this package +;; cannot be updated. (define-public mongodb (package (name "mongodb") |