aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-11-07 15:04:39 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-11-07 15:04:39 +0200
commit13f7b7ca980ebf4eb2523eb713fa7f381b0688c6 (patch)
treef49f5d1773658e60ec2b6a49efaab6b4e5962872
parentb2eef79296486d7492ef68337379ba84ff40f2f7 (diff)
Fix URLs in manifest (https instead of http, git.* instead of scm.*)
-rw-r--r--manifest4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifest b/manifest
index a60f09b..3f1974d 100644
--- a/manifest
+++ b/manifest
@@ -6,8 +6,8 @@ license: MIT
tags: c++, utility
description-file: README
changes-file: NEWS
-url: http://www.codesynthesis.com/projects/libcutl/
-src-url: http://scm.codesynthesis.com/?p=libcutl/libcutl.git\;a=tree
+url: https://www.codesynthesis.com/projects/libcutl/
+src-url: https://git.codesynthesis.com/cgit/libcutl/libcutl/
email: libcutl-users@codesynthesis.com; Mailing list
build-email: builds@codesynthesis.com
requires: c++11