summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-11-07 15:05:50 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-11-07 15:05:50 +0200
commit71d3b60b062c9d079d8963b8268b84f9906db4d9 (patch)
tree0e1d569552dff14940af81c1786668a78f049ded
parent9f1eb19bff0d95a17c08d9f689a67600feba2912 (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 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