From 99f9b9a6e2bf2ffc93bf129b1a8a0d1bf53df702 Mon Sep 17 00:00:00 2001 From: chromezh <32255369+chromezh@users.noreply.github.com> Date: Mon, 12 Nov 2018 21:18:13 +0800 Subject: [PATCH] Fix a link in package.yaml The `.git` is redundant because on hackage the link of Bug tracker would be `https://github.com/thoughtbot/yesod-auth-oauth2.git/issues` and it is not a valid link. --- package.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.yaml b/package.yaml index 1a3a06b..c76f530 100644 --- a/package.yaml +++ b/package.yaml @@ -7,7 +7,7 @@ category: Web author: Tom Streller maintainer: Pat Brisbin license: MIT -github: thoughtbot/yesod-auth-oauth2.git +github: thoughtbot/yesod-auth-oauth2 homepage: http://github.com/thoughtbot/yesod-auth-oauth2 ghc-options: -Wall