aboutsummaryrefslogtreecommitdiff
path: root/manifest
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-11-07 15:06:42 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-11-07 15:06:42 +0200
commit6c513fd59ab50feb9f47a9dda98da7e5a702987b (patch)
tree4fb67da4c68e4c8326ad8a0efa6bd842151ce7fe /manifest
parentfc290fc84a1a5de9d8b6ddc15931e98c8dbec8fc (diff)
Fix URLs in manifest (https instead of http, git.* instead of scm.*)
Diffstat (limited to 'manifest')
-rw-r--r--manifest6
1 files changed, 3 insertions, 3 deletions
diff --git a/manifest b/manifest
index b8aadd2..5c3d143 100644
--- a/manifest
+++ b/manifest
@@ -6,9 +6,9 @@ license: MIT
tags: c++, xml, parser, serializer, streaming, pull, conforming
description-file: README
changes-file: NEWS
-url: http://www.codesynthesis.com/projects/libstudxml/
-doc-url: http://www.codesynthesis.com/projects/libstudxml/doc/intro.xhtml
-src-url: http://scm.codesynthesis.com/?p=libstudxml/libstudxml.git\;a=tree
+url: https://www.codesynthesis.com/projects/libstudxml/
+doc-url: https://www.codesynthesis.com/projects/libstudxml/doc/intro.xhtml
+src-url: https://git.codesynthesis.com/cgit/libstudxml/libstudxml/
email: studxml-users@codesynthesis.com; Mailing list
build-email: builds@codesynthesis.com
requires: c++11