Move to prowdsponsor.

This commit is contained in:
Felipe Lessa 2014-07-05 00:41:23 -03:00
parent f77ff7b1f7
commit 4c14076d35

View File

@ -1,7 +1,7 @@
name: esqueleto name: esqueleto
version: 1.4.1.2 version: 1.4.1.3
synopsis: Type-safe EDSL for SQL queries on persistent backends. 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: BSD3
license-file: LICENSE license-file: LICENSE
author: Felipe Lessa author: Felipe Lessa
@ -36,7 +36,7 @@ description:
Not all SQL features are available, but most of them can be easily added 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 (especially functions), so please open an issue or send a pull request if
you need anything that is not covered by @esqueleto@ on you need anything that is not covered by @esqueleto@ on
<https://github.com/meteficha/esqueleto/>. <https://github.com/prowdsponsor/esqueleto/>.
. .
The name of this library means \"skeleton\" in Portuguese and The name of this library means \"skeleton\" in Portuguese and
contains all three SQL letters in the correct order =). It was contains all three SQL letters in the correct order =). It was
@ -44,7 +44,7 @@ description:
source-repository head source-repository head
type: git type: git
location: git://github.com/meteficha/esqueleto.git location: git://github.com/prowdsponsor/esqueleto.git
Flag postgresql Flag postgresql
Description: test postgresql. default is to test sqlite. Description: test postgresql. default is to test sqlite.