summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Shadura <andrewsh@debian.org>2020-01-03 10:03:11 +0100
committerAndrej Shadura <andrewsh@debian.org>2020-01-03 10:03:11 +0100
commitda7f930c2fa497190d96cabd149edef980c5a5d3 (patch)
tree09a8a034c6ce78ecbec4f7e5eeb6f057303afa19
parent7f4e7d111778c07f4c94a1f233e4578e668087da (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 0a91c04..ae91ae1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ mercurial-extension-utils (1.5.0-1) UNRELEASED; urgency=medium
* Temporarily reenable Python 2 to ease the transition.
* Update copyright dates.
* Trim trailing whitespace.
+ * Use secure URI in Homepage field.
-- Christoph Mathys <eraserix@gmail.com> Wed, 04 Dec 2019 20:58:18 +0100
diff --git a/debian/control b/debian/control
index 27a4eba..ca79bc4 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Build-Depends: debhelper-compat (= 12), python3-all,
python3-setuptools, dh-python,
python-all, python-setuptools
Standards-Version: 4.4.1
-Homepage: http://pypi.python.org/pypi/mercurial_extension_utils
+Homepage: https://pypi.python.org/pypi/mercurial_extension_utils
Vcs-Browser: https://salsa.debian.org/python-team/modules/mercurial-extension-utils
Vcs-Git: https://salsa.debian.org/python-team/modules/mercurial-extension-utils.git