From 1acadf41080bbf8074224173ae7a17d83c659de2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 1 May 2016 08:58:19 +0200 Subject: [PATCH] debian: fix Vcs-(Git|Browser) fields to use secure URIs --- debian-devel/control | 4 ++-- debian-stable/control | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian-devel/control b/debian-devel/control index 87f83802c..2e4c30f8c 100644 --- a/debian-devel/control +++ b/debian-devel/control @@ -26,8 +26,8 @@ Build-Depends: zlib1g-dev Standards-Version: 3.9.6 Homepage: https://weechat.org/ -Vcs-Git: https://github.com/weechat/weechat.git -Vcs-Browser: https://github.com/weechat/weechat +Vcs-Git: https://anonscm.debian.org/git/users/kolter/weechat.git +Vcs-Browser: https://anonscm.debian.org/git/users/kolter/weechat.git Package: weechat-devel Architecture: all diff --git a/debian-stable/control b/debian-stable/control index 0f3c34bb6..76337fbe5 100644 --- a/debian-stable/control +++ b/debian-stable/control @@ -26,8 +26,8 @@ Build-Depends: zlib1g-dev Standards-Version: 3.9.6 Homepage: https://weechat.org/ -Vcs-Git: git://anonscm.debian.org/users/kolter/weechat.git -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=users/kolter/weechat.git +Vcs-Git: https://anonscm.debian.org/git/users/kolter/weechat.git +Vcs-Browser: https://anonscm.debian.org/git/users/kolter/weechat.git Package: weechat Architecture: all