diff options
author | Michael Paquier <michael@paquier.xyz> | 2018-06-29 22:02:20 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2018-06-29 22:02:20 +0900 |
commit | dad335b89f2e1d543ef8226b7de4b191246a06dd (patch) | |
tree | 4edf911dcd7d33d23202398ee6f92edbc42f337d /contrib/fuzzystrmatch | |
parent | dad5f8a3d51c8b12bfa0d2c635639fff9fad5155 (diff) | |
download | postgresql-dad335b89f2e1d543ef8226b7de4b191246a06dd.tar.gz postgresql-dad335b89f2e1d543ef8226b7de4b191246a06dd.zip |
Replace search.cpan.org with metacpan.org
search.cpan.org has been EOL'd, with metacpan.org being the official
replacement to which URLs now redirect. Update links to match the new
URL. Also update links to CPAN to use https as it will redirect from
http.
Author: Daniel Gustafsson
Discussion: https://postgr.es/m/B74C0219-6BA9-46E1-A524-5B9E8CD3BDB3@yesql.se
Diffstat (limited to 'contrib/fuzzystrmatch')
-rw-r--r-- | contrib/fuzzystrmatch/dmetaphone.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/fuzzystrmatch/dmetaphone.c b/contrib/fuzzystrmatch/dmetaphone.c index 16e4c66167b..bff20b37e68 100644 --- a/contrib/fuzzystrmatch/dmetaphone.c +++ b/contrib/fuzzystrmatch/dmetaphone.c @@ -52,7 +52,7 @@ /***************************** COPYRIGHT NOTICES *********************** Most of this code is directly from the Text::DoubleMetaphone perl module -version 0.05 available from http://www.cpan.org. +version 0.05 available from https://www.cpan.org/. It bears this copyright notice: |