The branch stable/13 has been updated by kbowling (ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=d44b684e1a40aedb8043063cc0927d1e55fc634f
commit d44b684e1a40aedb8043063cc0927d1e55fc634f Author: Kevin Bowling <[email protected]> AuthorDate: 2021-09-17 23:05:27 +0000 Commit: Kevin Bowling <[email protected]> CommitDate: 2021-09-17 23:08:18 +0000 calendar.freebsd: Fix off-by-one error (cherry picked from commit 007c2463d6d017ad5321d5cd2bc500e577d22196) --- usr.bin/calendar/calendars/calendar.freebsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/calendar/calendars/calendar.freebsd b/usr.bin/calendar/calendars/calendar.freebsd index df016ec95209..7ee66eaca7aa 100644 --- a/usr.bin/calendar/calendars/calendar.freebsd +++ b/usr.bin/calendar/calendars/calendar.freebsd @@ -94,8 +94,8 @@ 02/23 VinÃcius Zavam <[email protected]> born in Fortaleza, Ceará, Brazil, 1986 02/24 Johan Karlsson <[email protected]> born in Mariannelund, Sweden, 1974 02/24 Colin Percival <[email protected]> born in Burnaby, Canada, 1981 -02/24 Kevin Bowling <[email protected]> born in Scottsdale, Arizona, United States, 1989 02/24 Brandon Bergren <[email protected]> born in Edmond, Oklahoma, United States, 1984 +02/25 Kevin Bowling <[email protected]> born in Scottsdale, Arizona, United States, 1989 02/26 Pietro Cerutti <[email protected]> born in Faido, Switzerland, 1984 02/28 Daichi GOTO <[email protected]> born in Shimizu Suntou, Shizuoka, Japan, 1980 02/28 Ruslan Makhmatkhanov <[email protected]> born in Rostov-on-Don, USSR, 1984 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
