summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDebian Janitor <janitor@jelmer.uk>2019-12-06 17:59:21 +0000
committerDebian Janitor <janitor@jelmer.uk>2019-12-06 17:59:21 +0000
commit08df0bb531a2c8f3b990084b2129619d3b34432e (patch)
tree85fef19feeb8ddc12ce8be308adb58d25ba96bfe
parent81b5b0b6240752197a69369cfa09a5aaf6950bc7 (diff)
Use secure URI in Homepage field.
Fixes lintian: homepage-field-uses-insecure-uri See https://lintian.debian.org/tags/homepage-field-uses-insecure-uri.html for more details.
-rw-r--r--debian/changelog1
-rw-r--r--debian/control2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index f105842..a3ee8c2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ iwyu (8.0-3) UNRELEASED; urgency=medium
* Trim trailing whitespace.
* Use secure copyright file specification URI.
+ * Use secure URI in Homepage field.
-- Debian Janitor <janitor@jelmer.uk> Fri, 06 Dec 2019 17:58:34 +0000
diff --git a/debian/control b/debian/control
index 528665f..7b7326d 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 10.0.0), cmake, clang-8, libclang-8-dev,
llvm-8-dev, help2man, libncurses5-dev, zlib1g-dev, chrpath
Build-Conflicts: llvm-5.0-dev, llvm-6.0-dev
Standards-Version: 4.2.1
-Homepage: http://include-what-you-use.org/
+Homepage: https://include-what-you-use.org/
Vcs-Git: https://salsa.debian.org/pkg-llvm-team/iwyu.git
Vcs-Browser: https://salsa.debian.org/pkg-llvm-team/iwyu