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 | f0e79d5807525024baafe9fd79057b65c153fb49 (patch) | |
tree | 435cd07fcaf8758f0614c87ca166ac5dfd3e591e | |
parent | 4e051c334e8a9802a40d7313ee68d5977abc74e0 (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, postgres, 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-pgsql.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-pgsql/ email: odb-users@codesynthesis.com build-email: odb-builds@codesynthesis.com requires: c++11 |