efraim pushed a commit to branch master
in repository guix.
commit f19796468974d5e2295144e670a099b223a782e9
Author: Efraim Flashner <[email protected]>
AuthorDate: Thu Mar 11 15:17:26 2021 +0200
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.
---
gnu/packages/databases.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 8bb248f..29270ce 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")