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 | 57fde0052c4fe596bd3b3949d47d145bc417e9e3 (patch) | |
tree | e1dc13fa8e75f29a1099ae83468da5b0ab41310d | |
parent | 702c5756d5a2050327603cb9e507c839f928a7a3 (diff) |
Fix URLs in manifest (https instead of http, git.* instead of scm.*)
-rw-r--r-- | manifest | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -7,9 +7,9 @@ license: proprietary tags: c++, orm, 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.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/ email: odb-users@codesynthesis.com build-email: odb-builds@codesynthesis.com requires: c++11 |