From ce8199f2e6f690576cae8251a79722462a6777a4 Mon Sep 17 00:00:00 2001 From: Julien Rouhaud Date: Fri, 23 Feb 2018 22:00:54 +0100 Subject: [PATCH] Change all references to point to new upstream --- META.json | 8 ++++---- README.md | 2 -- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/META.json b/META.json index b0caaee..6d8e3a3 100644 --- a/META.json +++ b/META.json @@ -2,7 +2,7 @@ "name": "hypopg", "abstract": "An extension adding hypothetical indexes in PostgreSQL.", "version": "__VERSION__", - "maintainer": "Julien Rouhaud ", + "maintainer": "Julien Rouhaud ", "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" } }, diff --git a/README.md b/README.md index e25edfb..a95b97b 100644 --- a/README.md +++ b/README.md @@ -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 ------------