3
4
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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.
This commit is contained in:
Efraim Flashner 2021-03-11 23:26:01 +02:00
parent 2f9132e2e0
commit aa983626a2
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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")