aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-dbs
diff options
context:
space:
mode:
authorTrevor Woerner <twoerner@gmail.com>2023-01-23 10:01:36 -0500
committerKhem Raj <raj.khem@gmail.com>2023-01-23 07:31:54 -0800
commit5a28583594b3915a3a1b50a5994b3fe87e586848 (patch)
treefeee57876279d5758b37e96bb9246712df9ea32f /meta-oe/recipes-dbs
parenteec98799a2be62eb77bbb800d99384afe29f8c67 (diff)
downloadmeta-openembedded-contrib-5a28583594b3915a3a1b50a5994b3fe87e586848.tar.gz
psqlodbc: fix HOMEPAGE
The HOMEPAGE URL is no longer valid, update it to point to the correct location. Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-dbs')
-rw-r--r--meta-oe/recipes-dbs/psqlodbc/psqlodbc_13.02.0000.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-dbs/psqlodbc/psqlodbc_13.02.0000.bb b/meta-oe/recipes-dbs/psqlodbc/psqlodbc_13.02.0000.bb
index 299abee000..57ade6162b 100644
--- a/meta-oe/recipes-dbs/psqlodbc/psqlodbc_13.02.0000.bb
+++ b/meta-oe/recipes-dbs/psqlodbc/psqlodbc_13.02.0000.bb
@@ -14,7 +14,7 @@ DESCRIPTION = "\
software to accept ODBC clients. \
"
SECTION = "libs"
-HOMEPAGE = "http://psqlodbc.projects.postgresql.org/"
+HOMEPAGE = "https://odbc.postgresql.org/"
LICENSE = "LGPL-2.0-only"
LIC_FILES_CHKSUM = "file://license.txt;md5=6db3822fc7512e83087ba798da013692"