Skip to content

Commit a90ec8e

Browse files
author
itagaki.takahiro
committed
URL to be http, not https.
git-svn-id: http://pg-rman.googlecode.com/svn/trunk@4 182aca00-e38e-11de-a668-6fd11605f5ce
1 parent 7fbb857 commit a90ec8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pg_rman.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
#include <time.h>
1515

1616
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";
17+
const char *PROGRAM_URL = "http://code.google.com/p/pg-rman/";
18+
const char *PROGRAM_EMAIL = "http://code.google.com/p/pg-rman/issues/list";
1919

2020
/* path configuration */
2121
char *backup_path;

0 commit comments

Comments
 (0)