email and meta updated to pg_repack

For the moment we are advertising the pg_reorg email.
This commit is contained in:
Daniele Varrazzo
2012-11-10 22:55:02 +00:00
parent b7799c1782
commit 1852775c48
2 changed files with 9 additions and 6 deletions

View File

@ -10,8 +10,8 @@
*/
const char *PROGRAM_VERSION = "1.1.7";
const char *PROGRAM_URL = "http://repack.projects.postgresql.org/";
const char *PROGRAM_EMAIL = "repack-general@lists.pgfoundry.org";
const char *PROGRAM_URL = "https://github.com/reorg/pg_reorg";
const char *PROGRAM_EMAIL = "reorg-general@lists.pgfoundry.org";
#include "pgut/pgut-fe.h"