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.
This commit is contained in:
Efraim Flashner 2021-03-11 15:17:26 +02:00
parent feff80cec3
commit f197964689
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -661,6 +661,9 @@ (define-public python-pylibmc
(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")