From fc7877440a9fafa30166737e9b86e64cf46b43a4 Mon Sep 17 00:00:00 2001 From: Greg Weber Date: Mon, 5 Mar 2012 17:20:21 -0800 Subject: [PATCH] point to yesodweb repo --- xss-sanitize.cabal | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xss-sanitize.cabal b/xss-sanitize.cabal index d9b312a..3844220 100644 --- a/xss-sanitize.cabal +++ b/xss-sanitize.cabal @@ -1,17 +1,17 @@ name: xss-sanitize -version: 0.3.1 +version: 0.3.1.1 license: BSD3 license-file: LICENSE author: Greg Weber maintainer: Greg Weber synopsis: sanitize untrusted HTML to prevent XSS attacks -description: run untrusted HTML through Text.HTML.SanitizeXSS.sanitizeXSS to prevent XSS attacks. see README.md for more details +description: run untrusted HTML through Text.HTML.SanitizeXSS.sanitizeXSS to prevent XSS attacks. see README.md for more details category: Web stability: Stable cabal-version: >= 1.8 build-type: Simple -homepage: http://github.com/gregwebs/haskell-xss-sanitize +homepage: http://github.com/yesodweb/haskell-xss-sanitize library build-depends: base == 4.*, containers @@ -44,4 +44,4 @@ test-suite test source-repository head type: git - location: http://github.com/gregwebs/haskell-xss-sanitize.git + location: http://github.com/yesodweb/haskell-xss-sanitize.git