My aggregated monorepo of OCaml code, automaintained
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix copyright text in Atom feed to match live site

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

+1 -1
+1 -1
arod/lib/arod_feed.ml
··· 10 10 module C = Sortal_schema.Contact 11 11 module X = Syndic.Atom 12 12 13 - let anil_copyright = "(c) 1998-2025, all rights reserved" 13 + let anil_copyright = "(c) 1998-2025 Anil Madhavapeddy, all rights reserved" 14 14 15 15 let author c = 16 16 let uri = Option.map Uri.of_string (C.best_url c) in