We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fbb857 commit a90ec8eCopy full SHA for a90ec8e
pg_rman.c
@@ -14,8 +14,8 @@
14
#include <time.h>
15
16
const char *PROGRAM_VERSION = "1.1.1";
17
-const char *PROGRAM_URL = "https://code.google.com/p/pg-rman/";
18
-const char *PROGRAM_EMAIL = "https://code.google.com/p/pg-rman/issues/list";
+const char *PROGRAM_URL = "http://code.google.com/p/pg-rman/";
+const char *PROGRAM_EMAIL = "http://code.google.com/p/pg-rman/issues/list";
19
20
/* path configuration */
21
char *backup_path;
0 commit comments