From 71d3b60b062c9d079d8963b8268b84f9906db4d9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 7 Nov 2017 15:05:50 +0200 Subject: Fix URLs in manifest (https instead of http, git.* instead of scm.*) --- manifest | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'manifest') diff --git a/manifest b/manifest index 4ab2d1b..3e45a5f 100644 --- a/manifest +++ b/manifest @@ -6,9 +6,9 @@ license: MIT tags: command, line, cli, compiler, option, argument, parse, usage, help description-file: README changes-file: NEWS -url: http://www.codesynthesis.com/projects/cli/ -doc-url: http://www.codesynthesis.com/projects/cli/doc/guide/ -src-url: http://scm.codesynthesis.com/?p=cli/cli.git\;a=tree +url: https://www.codesynthesis.com/projects/cli/ +doc-url: https://www.codesynthesis.com/projects/cli/doc/guide/ +src-url: https://git.codesynthesis.com/cgit/cli/cli/ email: cli-users@codesynthesis.com; Mailing list build-email: builds@codesynthesis.com requires: c++14 -- cgit v1.1