From 9671a86697b94614786711b2a9572ba21c048443 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 17 Jan 2011 20:15:14 +0200 Subject: [PATCH] Added Patrick to author list --- yesod-auth.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yesod-auth.cabal b/yesod-auth.cabal index 9cf245cc..fce8ebbe 100644 --- a/yesod-auth.cabal +++ b/yesod-auth.cabal @@ -2,12 +2,12 @@ name: yesod-auth version: 0.3.0 license: BSD3 license-file: LICENSE -author: Michael Snoyman +author: Michael Snoyman, Patrick Brisbin maintainer: Michael Snoyman synopsis: Authentication for Yesod. category: Web, Yesod stability: Stable -cabal-version: >= 1.6.1 +cabal-version: >= 1.6.0 build-type: Simple homepage: http://docs.yesodweb.com/