point to yesodweb repo

This commit is contained in:
Greg Weber 2012-03-05 17:20:21 -08:00
parent a341af4293
commit fc7877440a

View File

@ -1,17 +1,17 @@
name: xss-sanitize name: xss-sanitize
version: 0.3.1 version: 0.3.1.1
license: BSD3 license: BSD3
license-file: LICENSE license-file: LICENSE
author: Greg Weber <greg@gregweber.info> author: Greg Weber <greg@gregweber.info>
maintainer: Greg Weber <greg@gregweber.info> maintainer: Greg Weber <greg@gregweber.info>
synopsis: sanitize untrusted HTML to prevent XSS attacks synopsis: sanitize untrusted HTML to prevent XSS attacks
description: run untrusted HTML through Text.HTML.SanitizeXSS.sanitizeXSS to prevent XSS attacks. see README.md <http://github.com/gregwebs/haskell-xss-sanitize> for more details description: run untrusted HTML through Text.HTML.SanitizeXSS.sanitizeXSS to prevent XSS attacks. see README.md <http://github.com/yesodweb/haskell-xss-sanitize> for more details
category: Web category: Web
stability: Stable stability: Stable
cabal-version: >= 1.8 cabal-version: >= 1.8
build-type: Simple build-type: Simple
homepage: http://github.com/gregwebs/haskell-xss-sanitize homepage: http://github.com/yesodweb/haskell-xss-sanitize
library library
build-depends: base == 4.*, containers build-depends: base == 4.*, containers
@ -44,4 +44,4 @@ test-suite test
source-repository head source-repository head
type: git type: git
location: http://github.com/gregwebs/haskell-xss-sanitize.git location: http://github.com/yesodweb/haskell-xss-sanitize.git