From 6dcd5b1dbeb91ea26e5da6ebcdc64e4f300f45ed Mon Sep 17 00:00:00 2001 From: Simone Cottini Date: Tue, 19 Dec 2023 11:36:37 +0100 Subject: [PATCH] Add missing source_url attribute --- mix.exs | 1 + 1 file changed, 1 insertion(+) diff --git a/mix.exs b/mix.exs index 33d0f83..da1c3ae 100644 --- a/mix.exs +++ b/mix.exs @@ -1,6 +1,7 @@ defmodule OpentelemetryAbsinthe.MixProject do use Mix.Project + @source_url "https://github.com/primait/opentelemetry_absinthe" @version "2.0.1-rc.0" def project do