From b6c323b480480c6fa864eaf72710d9014502dd08 Mon Sep 17 00:00:00 2001 From: Mackenzie Date: Fri, 8 Nov 2024 18:40:20 -0500 Subject: [PATCH] rename Divvy to Bill (#724) * rename Divvy to Bill * Update priv/companies/divvy.exs --------- Co-authored-by: Jim Segal --- priv/companies/divvy.exs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/priv/companies/divvy.exs b/priv/companies/divvy.exs index 097567e0..c9ce9ce9 100644 --- a/priv/companies/divvy.exs +++ b/priv/companies/divvy.exs @@ -1,14 +1,14 @@ %{ - industry: "Financial Services", - website: "https://getdivvy.com/", + industry: "Financials", + website: "https://bill.com", github: "", location: %{ city: "Lehi", state: "UT", country: "USA" }, - name: "Divvy", - last_changed_on: ~D[2023-03-01], + name: "Bill.com", + last_changed_on: ~D[2024-11-08], description: """ We’re on a mission to automate the spending and expense reporting process, enabling companies and individuals to have more control, greater convenience, and increased security when distributing funds. Our backend is a cluster of Elixir applications and GenServers. """