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'} ]