From b2f6dbaec178f22152b47d9d09be89c7bfa7a2dc Mon Sep 17 00:00:00 2001 From: Antranig Vartanian Date: Sat, 28 Dec 2024 05:01:22 +0400 Subject: [PATCH] Add illuria, Inc. --- priv/companies/illuria.exs | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 priv/companies/illuria.exs diff --git a/priv/companies/illuria.exs b/priv/companies/illuria.exs new file mode 100644 index 00000000..14902bb1 --- /dev/null +++ b/priv/companies/illuria.exs @@ -0,0 +1,18 @@ +# Company file for illuria +# Created on: 2024-12-28 + +%{ + name: "illuria, Inc.", + website: "https://illuria.com", + github: "https://github.com/illuria", + industry: "Information Technology", + location: %{ + city: "", + state: "", + country: "" + }, + description: """ + illuria, Inc. provides a wide range of IT services for companies of all sizes, from small businesses to large enterprises. Makers of ProfilerX (Honeypots++) and Jailer (FreeBSD Jails, Networking and Storage orchestration). + """, + last_changed_on: ~D[2024-12-28] +}