From 25a44dd2dd0f961cc7d31c5a4ada50a99299cae4 Mon Sep 17 00:00:00 2001 From: Kieran <32241933+Ki-er@users.noreply.github.com> Date: Thu, 10 Apr 2025 10:40:03 +0100 Subject: [PATCH] Add ExpenseOwl (#1263) --- software/expenseowl.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 software/expenseowl.yml diff --git a/software/expenseowl.yml b/software/expenseowl.yml new file mode 100644 index 0000000000..db95fa7027 --- /dev/null +++ b/software/expenseowl.yml @@ -0,0 +1,12 @@ +name: ExpenseOwl +website_url: https://github.com/tanq16/expenseowl +description: Extremely simple expense tracker with a beautiful UI. +licenses: + - MIT +platforms: + - Go + - Docker + - K8S +tags: + - Money, Budgeting & Management +source_code_url: https://github.com/tanq16/expenseowl \ No newline at end of file