guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: mongodb: Update comment about package license.


From: guix-commits
Subject: 02/02: gnu: mongodb: Update comment about package license.
Date: Thu, 11 Mar 2021 16:26:32 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit aa983626a2df71022c04a3367884d2d5c17fceea
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Mar 11 23:26:01 2021 +0200

    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.
---
 gnu/packages/databases.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index aa64507..8705cd2 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]