diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-11-08 21:33:13 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2018-02-13 07:04:02 +0000 |
commit | f9b36fe9808891467a4a6f398d04e4c28931b92b (patch) | |
tree | 454032f1e3f800b3190336c4f2560a16ea865189 | |
parent | Merging upstream version 1.10. (diff) | |
download | lzlib-f9b36fe9808891467a4a6f398d04e4c28931b92b.tar.xz lzlib-f9b36fe9808891467a4a6f398d04e4c28931b92b.zip |
Using https in watch file.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/watch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/watch b/debian/watch index 5c2f02f..bba04b5 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=4 -opts=pgpmode=auto http://download.savannah.gnu.org/releases/lzip/lzlib/lzlib-(.+)\.tar\.lz +opts=pgpmode=auto https://download.savannah.gnu.org/releases/lzip/lzlib/lzlib-(.+)\.tar\.lz |