diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2021-03-11 15:17:26 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-03-11 15:17:26 +0200 |
commit | f19796468974d5e2295144e670a099b223a782e9 (patch) | |
tree | 24701b962d61d548e02df995d1365f97e4ef131f | |
parent | feff80cec3c97a3df2c20d300be12d67f79d4f22 (diff) |
gnu: mongodb: Add comment about future package versions.
* gnu/packages/databases.scm (mongodb): Add comment that the license of
the package changed after the packaged version and that it shouldn't be
updated.
-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") |