From d567e09d35ae94959a2fc326fe070372c9a35627 Mon Sep 17 00:00:00 2001 From: Mackenzie Date: Fri, 8 Nov 2024 18:42:26 -0500 Subject: [PATCH] rename caredox to schoolcare bc the website and linkedin both have that redirect (#723) * rename caredox to schoolcare bc the website and linkedin both have that redirect * Update priv/companies/caredox.exs --------- Co-authored-by: Jim Segal --- priv/companies/caredox.exs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/priv/companies/caredox.exs b/priv/companies/caredox.exs index eed4585b..b843e3bf 100644 --- a/priv/companies/caredox.exs +++ b/priv/companies/caredox.exs @@ -1,14 +1,14 @@ %{ - industry: "Healthcare", - website: "https://caredox.com", + industry: "Health Care", + website: "https://schoolcare.com/", github: "https://github.com/motherknows", location: %{ city: "", state: "", country: "" }, - name: "CareDox", - last_changed_on: ~D[2023-03-01], + name: "SchoolCare", + last_changed_on: ~D[2024-11-08], description: """ Diverse, collaborative team of thoughtful, friendly engineers driven by mission of working with schools and school nurses to immunize all children -- even the uninsured! -- against diseases like the flu and help children with chronic illnesses (like asthma) manage their care. We take pride in our Elixir code and use CI tools to guarantee production Elixir code has high test coverage and clean compiler, Dialyzer, Credo, and Sobelow results. """