From da9bbfc4a48fbda537eebb6aac2d5cef88a2a9a5 Mon Sep 17 00:00:00 2001 From: Matt Ludwigs Date: Tue, 3 Sep 2019 14:20:49 -0700 Subject: [PATCH] Remove org name for public hex release --- mix.exs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mix.exs b/mix.exs index 2fc7ac62..aa944f98 100644 --- a/mix.exs +++ b/mix.exs @@ -49,8 +49,7 @@ defmodule Grizzly.MixProject do defp package do [ licenses: ["Apache-2.0"], - links: %{"GitHub" => "https://github.com/smartrent/grizzly"}, - organization: "smartrent" + links: %{"GitHub" => "https://github.com/smartrent/grizzly"} ] end