summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Sateler <fsateler@debian.org>2017-11-05 11:09:57 -0300
committerFelipe Sateler <fsateler@debian.org>2017-11-05 11:09:57 -0300
commitd8579d92858d8b429333c676ef78b11c1b6ba851 (patch)
tree481007b5f0be92b407253fd719bbf53bd31b8a66
parenta8d7c35693c4304e54327c792906c2fd8eb88eca (diff)
Use https for the watch file
-rw-r--r--debian/watch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/watch b/debian/watch
index 591fda4..99f8c16 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
version=3
opts=uversionmangle=s/-?(rc|a|b|c)/~$1/ \
-http://pypi.debian.net/docker/docker-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
+https://pypi.debian.net/docker/docker-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))