diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-08-02 11:56:09 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-08-02 11:56:09 +0300 |
commit | ea23ae9eb7f5fe7badda1c3341070b58f1f31dd4 (patch) | |
tree | 0f7688a92fc4ba3b934adc2f8d72d752b3c69337 /manifest | |
parent | e84c973b4f3f0c5503c187f9799b7c8054b41ebd (diff) |
Fix doc-url and src-url manifest values
Diffstat (limited to 'manifest')
-rw-r--r-- | manifest | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,9 +8,9 @@ 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 email: odb-users@codesynthesis.com -doc-url: http://codesynthesis.com/products/odb/doc/manual.xhtml -src-url: http://scm.codesynthesis.com/?p=odb/libodb-sqlite.git;a=tree build-email: odb-builds@codesynthesis.com requires: c++11 depends: * build2 >= 0.5.0- |