1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 03:50:45 +02:00

gnu: redis: Add comment about upcoming license change.

* gnu/packages/databases.scm (redis): Add a note with the package to be
aware of the upcoming non-free license change.

Change-Id: I60ef9bce81b6650d88f567e98c5bcf543a13082e
This commit is contained in:
Efraim Flashner 2024-12-02 08:12:33 +02:00
parent 522732d5c1
commit 767bfcb45c
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -2597,6 +2597,8 @@ Redis, CouchDB, etc., as well as a standard key/value store
similar to BerkeleyDB, LevelDB, etc.")
(license license:bsd-2)))
;; NOTE: When upgrading redis, make sure that redis is still released
;; under a Free Software license.
(define-public redis
(package
(name "redis")