From 6c513fd59ab50feb9f47a9dda98da7e5a702987b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 7 Nov 2017 15:06:42 +0200 Subject: Fix URLs in manifest (https instead of http, git.* instead of scm.*) --- manifest | 6 +++--- 1 file 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 -- cgit v1.1