The branch main has been updated by khorben: URL: https://cgit.FreeBSD.org/src/commit/?id=4c72e5cde0177f19fd10f8bbd6005882075a7830
commit 4c72e5cde0177f19fd10f8bbd6005882075a7830 Author: Pierre Pronchery <[email protected]> AuthorDate: 2025-11-25 09:51:57 +0000 Commit: Pierre Pronchery <[email protected]> CommitDate: 2026-03-12 22:53:32 +0000 calendar.freebsd: add myself (khorben@) This adds my date and place of birth to FreeBSD's calendar file, so I can let the system(tm) remind me when that counter increments. Confirmed to be working with the following command: ``` $ calendar -f usr.bin/calendar/calendars/calendar.freebsd -t 18.08 Aug 18 Pierre Pronchery <[email protected]> born in Nantes, France, 1982 [...] ``` Reviewed by: philip (mentor) Approved by: philip (mentor) Differential Revision: https://reviews.freebsd.org/D55825 --- usr.bin/calendar/calendars/calendar.freebsd | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.bin/calendar/calendars/calendar.freebsd b/usr.bin/calendar/calendars/calendar.freebsd index 37dad2d237a7..9084ed0589ec 100644 --- a/usr.bin/calendar/calendars/calendar.freebsd +++ b/usr.bin/calendar/calendars/calendar.freebsd @@ -337,6 +337,7 @@ 08/14 Stefan Esser <[email protected]> born in Cologne, Nordrhein-Westfalen, Germany, 1961 08/16 Andrey Chernov <[email protected]> died in Moscow, Russian Federation, 2017 08/17 Olivier Houchard <[email protected]> born in Nancy, France, 1980 +08/18 Pierre Pronchery <[email protected]> born in Nantes, France, 1982 08/19 Chin-San Huang <[email protected]> born in Yi-Lan, Taiwan, Republic of China, 1979 08/19 Pav Lucistnik <[email protected]> born in Kutna Hora, Czech Republic, 1980 08/20 Michael Heffner <[email protected]> born in Cleona, Pennsylvania, United States, 1981
