From cfc8592fa6b87cc4263797ff2d628a055f7c53b1 Mon Sep 17 00:00:00 2001 From: Dmitry Bogatov Date: Tue, 10 May 2016 09:38:52 +0300 Subject: Use secure (https) uri in Vcs-Git field in 'debian/control' According lintian suggestion: The Vcs-* field uses an unencrypted transport protocol for the URI. It is recommended to use a secure transport such as HTTPS for anonymous read-only access. --- p/haskell-kan-extensions/debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'p/haskell-kan-extensions/debian/control') diff --git a/p/haskell-kan-extensions/debian/control b/p/haskell-kan-extensions/debian/control index 4938bf05e..7d27bdfdb 100644 --- a/p/haskell-kan-extensions/debian/control +++ b/p/haskell-kan-extensions/debian/control @@ -44,7 +44,7 @@ Build-Depends-Indep: ghc-doc, Standards-Version: 3.9.6 Homepage: http://github.com/ekmett/kan-extensions/ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/ -Vcs-Git: git://git.debian.org/git/pkg-haskell/DHG_packages.git +Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git X-Description: Kan extensions, Kan lifts, etc. Kan extensions, Kan lifts, various forms of the Yoneda lemma, and (co)density (co)monads. -- cgit v1.2.3