aboutsummaryrefslogtreecommitdiff
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
commitf0e79d5807525024baafe9fd79057b65c153fb49 (patch)
tree435cd07fcaf8758f0614c87ca166ac5dfd3e591e
parent4e051c334e8a9802a40d7313ee68d5977abc74e0 (diff)
Fix URLs in manifest (https instead of http, git.* instead of scm.*)
-rw-r--r--manifest6
1 files changed, 3 insertions, 3 deletions
diff --git a/manifest b/manifest
index 44fb273..ef9b09a 100644
--- a/manifest
+++ b/manifest
@@ -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