From 32809a75a18a514acb7153b3d2eb16f7d3c2d047 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Wed, 8 Mar 2023 17:27:24 +0000 Subject: [PATCH] add sadoon and david to config --- Makefile | 2 +- budget-sync-config.toml | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dc3444c..cf242c0 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .PHANTOM: build upload clean -build: +build: task_db/report.mdwn nohup budget-sync -c budget-sync-config.toml -o task_db/mdwn > task_db/report.mdwn upload: build diff --git a/budget-sync-config.toml b/budget-sync-config.toml index 72ead0e..11aac9b 100644 --- a/budget-sync-config.toml +++ b/budget-sync-config.toml @@ -1,5 +1,15 @@ bugzilla_url = "https://bugs.libre-soc.org" +[people."djac"] +email = "djac@calderwoodhan.com" +aliases = [] +full_name = "David Calderwood" + +[people."sadoon"] +email = "sadoon@soulserv.xyz" +aliases = [] +full_name = "Sadoon Albader" + [people."programmerjake"] email = "programmerjake@gmail.com" aliases = ["jacob", "Jacob", "Jacob Lifshay", "fpga-fund"] -- 2.30.2