From 13f7b7ca980ebf4eb2523eb713fa7f381b0688c6 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 7 Nov 2017 15:04:39 +0200 Subject: Fix URLs in manifest (https instead of http, git.* instead of scm.*) --- manifest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifest') 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 -- cgit v1.1