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 @@ (define-public unqlite
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")