mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01: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:
parent
522732d5c1
commit
767bfcb45c
1 changed files with 2 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue