diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-11-07 15:02:57 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-11-07 15:02:57 +0200 |
commit | f99b0536fc0f34b29638ff3bca3d07a4939824c0 (patch) | |
tree | c7b3e23c8019f40eddeaf77cecb69f5f31422fcb /manifest | |
parent | 30df505b480917800c5876a51b159240e2a002e2 (diff) |
Fix URLs in manifest (https instead of http, git.* instead of scm.*)
Diffstat (limited to 'manifest')
-rw-r--r-- | manifest | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |