summaryrefslogtreecommitdiff
path: root/gnu/packages/databases.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2021-03-11 23:26:01 +0200
committerEfraim Flashner <efraim@flashner.co.il>2021-03-11 23:26:01 +0200
commitaa983626a2df71022c04a3367884d2d5c17fceea (patch)
tree81650046fa38666fe9ce5f9d756f964032319f66 /gnu/packages/databases.scm
parent2f9132e2e0b1e01398a01a32972e87f45ec2f7a6 (diff)
downloadguix-patches-aa983626a2df71022c04a3367884d2d5c17fceea.tar
guix-patches-aa983626a2df71022c04a3367884d2d5c17fceea.tar.gz
gnu: mongodb: Update comment about package license.
* gnu/packages/databases.scm (mongodb): Adjust the comment about the licensing status of the package, there are still older branches receiving updates under the AGPL license.
Diffstat (limited to 'gnu/packages/databases.scm')
-rw-r--r--gnu/packages/databases.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index aa64507b00..8705cd2be4 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -661,9 +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.
+;; There is a point at which mongodb switched to the Server Side Public
+;; License (SSPL), which is not a FOSS license. As such, be careful
+;; when updating this package.
(define-public mongodb
(package
(name "mongodb")