From 4c14076d3530a00effe9d20343c1099cb44e4c5c Mon Sep 17 00:00:00 2001 From: Felipe Lessa Date: Sat, 5 Jul 2014 00:41:23 -0300 Subject: [PATCH] Move to prowdsponsor. --- esqueleto.cabal | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/esqueleto.cabal b/esqueleto.cabal index 7121e8c..55b5783 100644 --- a/esqueleto.cabal +++ b/esqueleto.cabal @@ -1,7 +1,7 @@ name: esqueleto -version: 1.4.1.2 +version: 1.4.1.3 synopsis: Type-safe EDSL for SQL queries on persistent backends. -homepage: https://github.com/meteficha/esqueleto +homepage: https://github.com/prowdsponsor/esqueleto license: BSD3 license-file: LICENSE author: Felipe Lessa @@ -36,7 +36,7 @@ description: Not all SQL features are available, but most of them can be easily added (especially functions), so please open an issue or send a pull request if you need anything that is not covered by @esqueleto@ on - . + . . The name of this library means \"skeleton\" in Portuguese and contains all three SQL letters in the correct order =). It was @@ -44,7 +44,7 @@ description: source-repository head type: git - location: git://github.com/meteficha/esqueleto.git + location: git://github.com/prowdsponsor/esqueleto.git Flag postgresql Description: test postgresql. default is to test sqlite.