guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: mongodb: Add comment about future package versions.


From: guix-commits
Subject: 02/02: gnu: mongodb: Add comment about future package versions.
Date: Thu, 11 Mar 2021 08:20:30 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit f19796468974d5e2295144e670a099b223a782e9
Author: Efraim Flashner <efraim@flashner.co.il>
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")



reply via email to

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