summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2017-12-28 17:04:18 -0800
committerRuss Allbery <eagle@eyrie.org>2017-12-28 17:04:18 -0800
commitd01f08eabfc59aeebb724e2fc4780f0af09ec744 (patch)
treeaba0c36bdbf7ed7533d2b882fae284b9091f7d3d
parent5320821e8063fba2949d8ecaaa78123cb0b27f05 (diff)
Use https URL in debian/watch
-rw-r--r--debian/changelog1
-rw-r--r--debian/watch2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 98c4e053..460589e9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ webauth (4.7.0-6) UNRELEASED; urgency=medium
* Switch to the DEP-14 branch layout and update debian/gbp.conf and
Vcs-Git accordingly.
* Update standards version to 4.1.3 (no changes required).
+ * Use https URL in debian/watch.
-- Russ Allbery <rra@debian.org> Thu, 28 Dec 2017 16:44:29 -0800
diff --git a/debian/watch b/debian/watch
index a93ca1f4..c401a1a8 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
version=3
opts=pgpsigurlmangle=s/$/.asc/ \
- http://webauth.stanford.edu/download.html ^dist/webauth-([^-]+)\.tar\.xz
+ https://webauth.stanford.edu/download.html ^dist/webauth-([^-]+)\.tar\.xz