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:
parent
2f9132e2e0
commit
aa983626a2
1 changed files with 3 additions and 3 deletions
|
@ -661,9 +661,9 @@ replacement for the code@{python-memcached} library.")
|
||||||
(define-public python2-pylibmc
|
(define-public python2-pylibmc
|
||||||
(package-with-python2 python-pylibmc))
|
(package-with-python2 python-pylibmc))
|
||||||
|
|
||||||
;; This is the last version of mongodb before they switched to the Server Side
|
;; There is a point at which mongodb switched to the Server Side Public
|
||||||
;; Public License (SSPL), which is not a FOSS license. As such, this package
|
;; License (SSPL), which is not a FOSS license. As such, be careful
|
||||||
;; cannot be updated.
|
;; when updating this package.
|
||||||
(define-public mongodb
|
(define-public mongodb
|
||||||
(package
|
(package
|
||||||
(name "mongodb")
|
(name "mongodb")
|
||||||
|
|
Reference in a new issue