diff --git a/yesod-auth-oauth2.cabal b/yesod-auth-oauth2.cabal index 613a2b2..62bcd9a 100644 --- a/yesod-auth-oauth2.cabal +++ b/yesod-auth-oauth2.cabal @@ -1,16 +1,16 @@ name: yesod-auth-oauth2 -version: 0.0.12 +version: 0.1.0 license: BSD3 license-file: LICENSE author: Tom Streller -maintainer: Tom Streller -synopsis: Library to authenticate with OAuth 2.0 for Yesod web applications. -description: OAuth 2.0 authentication +maintainer: Pat Brisbin +synopsis: OAuth 2.0 authentication plugins +description: Library to authenticate with OAuth 2.0 for Yesod web applications. category: Web stability: Experimental cabal-version: >= 1.6 build-type: Simple -homepage: http://github.com/scan/yesod-auth-oauth2 +homepage: http://github.com/thoughtbot/yesod-auth-oauth2 flag network-uri description: Get Network.URI from the network-uri package @@ -46,4 +46,4 @@ library source-repository head type: git - location: git://github.com/scan/authenticate-oauth2.git + location: https://github.com/thoughtbot/authenticate-oauth2.git