summaryrefslogtreecommitdiff
path: root/gnu/packages/databases.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2021-03-11 15:17:26 +0200
committerEfraim Flashner <efraim@flashner.co.il>2021-03-11 15:17:26 +0200
commitf19796468974d5e2295144e670a099b223a782e9 (patch)
tree24701b962d61d548e02df995d1365f97e4ef131f /gnu/packages/databases.scm
parentfeff80cec3c97a3df2c20d300be12d67f79d4f22 (diff)
downloadguix-patches-f19796468974d5e2295144e670a099b223a782e9.tar
guix-patches-f19796468974d5e2295144e670a099b223a782e9.tar.gz
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.
Diffstat (limited to 'gnu/packages/databases.scm')
-rw-r--r--gnu/packages/databases.scm3
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")