git: 7580d4274e27 - main - UPDATING: Fix another typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 16 Aug 2024 11:07:10 UTC
The branch main has been updated by yasu: URL: https://cgit.FreeBSD.org/ports/commit/?id=7580d4274e27f2fb64cc186d018b41b8a6e063d4 commit 7580d4274e27f2fb64cc186d018b41b8a6e063d4 Author: Yasuhiro Kimura <yasu@FreeBSD.org> AuthorDate: 2024-08-16 11:03:21 +0000 Commit: Yasuhiro Kimura <yasu@FreeBSD.org> CommitDate: 2024-08-16 11:06:17 +0000 UPDATING: Fix another typo Reported by: pi (via private mail) Fixes: 6bcc3e564860 databases/redis: Update to 7.4.0 --- UPDATING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index a5bdd3c7b927..bd36e7454865 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/valkey) may be + want to accept either of them, then Valkey (databases/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.