aboutsummaryrefslogtreecommitdiff
path: root/manifest
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-11-07 15:02:57 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-11-07 15:02:57 +0200
commitf99b0536fc0f34b29638ff3bca3d07a4939824c0 (patch)
treec7b3e23c8019f40eddeaf77cecb69f5f31422fcb /manifest
parent30df505b480917800c5876a51b159240e2a002e2 (diff)
Fix URLs in manifest (https instead of http, git.* instead of scm.*)
Diffstat (limited to 'manifest')
-rw-r--r--manifest6
1 files changed, 3 insertions, 3 deletions
diff --git a/manifest b/manifest
index 5f42e8c..cbb3316 100644
--- a/manifest
+++ b/manifest
@@ -7,9 +7,9 @@ license: proprietary
tags: c++, orm, sqlite, database, relational, object, persistence, sql
description-file: README
changes-file: NEWS
-url: http://www.codesynthesis.com/products/odb/
-doc-url: http://www.codesynthesis.com/products/odb/doc/manual.xhtml
-src-url: http://scm.codesynthesis.com/?p=odb/libodb-sqlite.git\;a=tree
+url: https://www.codesynthesis.com/products/odb/
+doc-url: https://www.codesynthesis.com/products/odb/doc/manual.xhtml
+src-url: https://git.codesynthesis.com/cgit/odb/libodb-sqlite/
email: odb-users@codesynthesis.com
build-email: odb-builds@codesynthesis.com
requires: c++11