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-17 07:03:04 +0000 |
commit | 3e7500c00474eb9c13eb78e9a93155f5a965d154 (patch) | |
tree | dffa4d415f296a53a21fcea15a4297a4227a5692 | |
parent | Releasing debian version 1.0-4. (diff) | |
download | lzd-3e7500c00474eb9c13eb78e9a93155f5a965d154.tar.xz lzd-3e7500c00474eb9c13eb78e9a93155f5a965d154.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 8169a43..e3200b6 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=4 -opts=pgpmode=auto http://download.savannah.gnu.org/releases/lzip/lzd/lzd-(.+)\.tar\.lz +opts=pgpmode=auto https://download.savannah.gnu.org/releases/lzip/lzd/lzd-(.+)\.tar\.lz |