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.