mirror of
https://github.com/HypoPG/hypopg
synced 2026-05-24 09:38:21 +00:00
Change all references to point to new upstream
This commit is contained in:
parent
1014a54446
commit
ce8199f2e6
2 changed files with 4 additions and 6 deletions
|
|
@ -2,7 +2,7 @@
|
|||
"name": "hypopg",
|
||||
"abstract": "An extension adding hypothetical indexes in PostgreSQL.",
|
||||
"version": "__VERSION__",
|
||||
"maintainer": "Julien Rouhaud <julien.rouhaud@dalibo.com>",
|
||||
"maintainer": "Julien Rouhaud <rjuju123@gmail.com>",
|
||||
"license": "postgresql",
|
||||
"release_status": "stable",
|
||||
"provides": {
|
||||
|
|
@ -15,11 +15,11 @@
|
|||
},
|
||||
"resources": {
|
||||
"bugtracker": {
|
||||
"web": "http://github.com/dalibo/hypopg/issues/"
|
||||
"web": "http://github.com/hypopg/hypopg/issues/"
|
||||
},
|
||||
"repository": {
|
||||
"url": "git://github.com/dalibo/hypopg.git",
|
||||
"web": "http://github.com/dalibo/hypopg/",
|
||||
"url": "git://github.com/hypopg/hypopg.git",
|
||||
"web": "http://github.com/hypopg/hypopg/",
|
||||
"type": "git"
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -11,8 +11,6 @@ spend resources to create them. For more information on this extension usage,
|
|||
you can see [this blog
|
||||
post](https://rjuju.github.io/postgresql/2015/07/02/how-about-hypothetical-indexes.html).
|
||||
|
||||
This project is sponsored by [Dalibo](http://dalibo.com).
|
||||
|
||||
Installation
|
||||
------------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue