From 890e11481590b041197f2f674a42505d3c3e660c Mon Sep 17 00:00:00 2001 From: Jason Axelson Date: Tue, 7 Dec 2021 13:03:44 -1000 Subject: [PATCH] Remove references to defunct GitLab repo --- mix.exs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/mix.exs b/mix.exs index 73c04a5..489f165 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,6 @@ defmodule Imgex.Mixfile do use Mix.Project @github_url "https://github.com/ianwalter/imgex" - @gitlab_url "https://gitlab.recursive.run/ianwalter/imgex" @version "0.3.0" defp package do @@ -12,8 +11,7 @@ defmodule Imgex.Mixfile do maintainers: ["Ian Walter"], licenses: ["ISC"], links: %{ - "GitHub" => @github_url, - "GitLab" => @gitlab_url + "GitHub" => @github_url } ] end