From d046b00e7d57e8114cd7024be14ff46f71c65ae4 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 29 Apr 2024 02:51:39 +0200 Subject: [PATCH] debian: Prefer https over http and git. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It is generally recommended to use an unencrypted transport protocol. Thanks to Johannes Wörner for setting up https on the git server. Suggested-by: lintian(1) --- debian/control | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 35ec3dc..1eb42d5 100644 --- a/debian/control +++ b/debian/control @@ -4,9 +4,9 @@ Priority: optional Maintainer: Andre Noll Build-Depends: dpkg-dev (>= 1.22.5), m4, flex, debhelper (>= 10.0) Standards-Version: 4.3.0 -Homepage: http://people.tuebingen.mpg.de/maan/lopsub -Vcs-Browser: http://git.tuebingen.mpg.de/lopsub.git -Vcs-Git: git://git.tuebingen.mpg.de/lopsub.git +Homepage: https://people.tuebingen.mpg.de/maan/lopsub +Vcs-Browser: https://git.tuebingen.mpg.de/lopsub.git +Vcs-Git: https://git.tuebingen.mpg.de/lopsub.git Package: liblopsub1t64 Provides: ${t64:Provides} -- 2.39.2