From 936cbc6ad64500b5a311f7faeb37324f29012c6a Mon Sep 17 00:00:00 2001 From: Robert Prehn <3952444+prehnRA@users.noreply.github.com> Date: Fri, 19 Mar 2021 15:41:19 -0500 Subject: [PATCH] fix: Change hex settings to make package public --- apps/core/mix.exs | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/core/mix.exs b/apps/core/mix.exs index ee4e03e5..0473d53f 100644 --- a/apps/core/mix.exs +++ b/apps/core/mix.exs @@ -38,7 +38,6 @@ defmodule Legendary.Core.MixProject do package: [ name: "legendary_core", maintainers: ["Robert Prehn"], - organization: "mythic_insight", licenses: ["MIT"], links: %{"GitLab" => "https://gitlab.com/mythic-insight/legendary"} ]