aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYasuhiro Kimura <yasu@FreeBSD.org>2024-08-16 09:39:41 +0000
committerYasuhiro Kimura <yasu@FreeBSD.org>2024-08-16 09:51:17 +0000
commit4e85b09d92a8ff4b0b736918fe2c4b01e91d274e (patch)
tree960fc698cda9b53b973b3715e45d4d3c2cd52303
parent6304843a89784112ff16e0bdc0565e2a963df02e (diff)
UPDATING: Fix typo
Reported by: Giacomo Olgeni (via private mail) Fixes: 6bcc3e564860 databases/redis: Update to 7.4.0
-rw-r--r--UPDATING2
1 files changed, 1 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index dff39d004756..a5bdd3c7b927 100644
--- a/UPDATING
+++ b/UPDATING
@@ -24,7 +24,7 @@ you update your ports collection, before attempting any port upgrades.
Keep in mind license term has changed with Redis 7.4. Now it is
distributed under dual license of Redis Source Available License v2
(RSALv2) and Server Side Public License v1 (SSPLv1). If you don't
- want to accept either of them, then Valkey (database/vulkey) may be
+ want to accept either of them, then Valkey (database/valkey) may be
alternative for you. It is fork of Redis 7.2 and distributed under
3-clause BSD license that is same as Redis 7.2 and before.