From 87b21d88f2d0b01a1e7e573fa6d590e5e845a429 Mon Sep 17 00:00:00 2001 From: Ian Mackenzie Date: Sun, 1 Jul 2018 12:26:05 -0400 Subject: [PATCH] Fix repository link in elm-package.json (again...) --- elm-package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elm-package.json b/elm-package.json index c014e2b..7242c13 100644 --- a/elm-package.json +++ b/elm-package.json @@ -1,7 +1,7 @@ { "version": "1.0.0", "summary": "Render 2D elm-geometry types as SVG", - "repository": "https://github.com/ianmackenze/elm-geometry-svg.git", + "repository": "https://github.com/ianmackenzie/elm-geometry-svg.git", "license": "MPL-2.0", "source-directories": [ "src"