diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-11-08 21:33:12 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2018-02-13 06:59:21 +0000 |
commit | 0d3cc1c2883ddd1a699edb03994cecc834fe038a (patch) | |
tree | cbcb3f829265c5b0771a71768c6cc8e0f334c926 | |
parent | Merging upstream version 1.10. (diff) | |
download | lunzip-0d3cc1c2883ddd1a699edb03994cecc834fe038a.tar.xz lunzip-0d3cc1c2883ddd1a699edb03994cecc834fe038a.zip |
Using https in watch file.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/watch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/watch b/debian/watch index 3f76f88..9fc3383 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=4 -opts=pgpmode=auto http://download.savannah.gnu.org/releases/lzip/lunzip/lunzip-(.+)\.tar\.lz +opts=pgpmode=auto https://download.savannah.gnu.org/releases/lzip/lunzip/lunzip-(.+)\.tar\.lz |