Change all references to point to new upstream

This commit is contained in:
Julien Rouhaud 2018-02-23 22:00:54 +01:00
parent 1014a54446
commit ce8199f2e6
2 changed files with 4 additions and 6 deletions

View file

@ -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"
}
},

View file

@ -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
------------