From: Antonio Ospite Date: Mon, 23 May 2016 14:55:47 +0000 (+0200) Subject: debian/watch: use https in the repository URL X-Git-Tag: debian/0.6-1~1 X-Git-Url: https://git.ao2.it/tweeper.git/commitdiff_plain/ead136d367531f705b7486489e1cd3a274c16699?hp=8a9794cc47a6f389541168ced98e14080907034b debian/watch: use https in the repository URL Thanks: gregor herrmann --- diff --git a/debian/watch b/debian/watch index 617f05e..6beea40 100644 --- a/debian/watch +++ b/debian/watch @@ -2,4 +2,4 @@ version=3 opts=downloadurlmangle=s/shortlog\/refs\/tags\/(v[\d\.]+)/snapshot\/$1.tar.gz/,\ filenamemangle=s/.*v([\d\.]+)$/tweeper-$1.tar.gz/ \ - http://git.ao2.it/tweeper.git/tags ^.*v([\d\.]+) + https://git.ao2.it/tweeper.git/tags ^.*v([\d\.]+)