From 5d4f8e141e341ad7f2d252a2db8b2536ad1fc15b Mon Sep 17 00:00:00 2001 From: Stephen Mildenhall Date: Fri, 27 Oct 2023 11:16:57 -0400 Subject: [PATCH] Update query.ts - added aggregate library --- src/lib/query.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib/query.ts b/src/lib/query.ts index 5348373..eb683d1 100644 --- a/src/lib/query.ts +++ b/src/lib/query.ts @@ -165,5 +165,6 @@ export const reposConfig: Repo[] = [ { url: 'https://github.com/genedan/MIES', category: 'Finance'}, { url: 'https://github.com/casact/PCDM', category: 'P&C'}, {url: 'https://github.com/genedan/TmVal', category: 'Finance'}, - {url: 'https://github.com/genedan/actuarial-foss', category: 'Education'} + {url: 'https://github.com/genedan/actuarial-foss', category: 'Education'}, + {url: 'https://github.com/mynl/aggregate', category: 'P&C'} ]