From f7a52f59bd596d5d9c0a8a2aa75b42f3398e6283 Mon Sep 17 00:00:00 2001 From: Mathias Behrle Date: Wed, 25 Oct 2017 11:01:08 +0200 Subject: [PATCH] Use https in the watch file. --- debian/watch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/watch b/debian/watch index bca5f14..2b59a87 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=3 opts=dversionmangle=s/\+ds$//,uversionmangle=s/(rc|a|b|c)/~$1/ \ -http://pypi.debian.net/cached-property/cached-property-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) +https://pypi.debian.net/cached-property/cached-property-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))