From d68a31528326f8cc610820a3a57574665c4dc812 Mon Sep 17 00:00:00 2001 From: Alexandre Costa Date: Wed, 12 Jun 2024 14:44:09 -0700 Subject: [PATCH] Remove organization from mix.exs, for package to be public - loopsocial is still the owner --- mix.exs | 1 - 1 file changed, 1 deletion(-) diff --git a/mix.exs b/mix.exs index 569e410..c24c87b 100644 --- a/mix.exs +++ b/mix.exs @@ -38,7 +38,6 @@ defmodule EredisSub.MixProject do defp package() do [ licenses: ["Apache-2.0"], - organization: "loopsocial", maintainers: ["Alexandre Costa"], links: %{"GitHub" => @source_url} ]