diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-11-07 15:06:42 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-11-07 15:06:42 +0200 |
commit | 6c513fd59ab50feb9f47a9dda98da7e5a702987b (patch) | |
tree | 4fb67da4c68e4c8326ad8a0efa6bd842151ce7fe | |
parent | fc290fc84a1a5de9d8b6ddc15931e98c8dbec8fc (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
@@ -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 |