diff options
author | Karel Kočí <karel.koci@nic.cz> | 2018-01-30 10:39:55 +0100 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2018-01-30 10:39:55 +0100 |
commit | c70e28b4f7fd0c222bf856449c450671399d54e3 (patch) | |
tree | bbf4c7e9e18ea831d0ddcc50eb8c58a17b853d85 /turris.lua | |
parent | cb4a8be862bec26791b69b9ccb07cb9023e8e3d4 (diff) | |
download | turris-myrepo-c70e28b4f7fd0c222bf856449c450671399d54e3.tar.gz turris-myrepo-c70e28b4f7fd0c222bf856449c450671399d54e3.tar.bz2 turris-myrepo-c70e28b4f7fd0c222bf856449c450671399d54e3.zip |
Fix http to https
Diffstat (limited to 'turris.lua')
-rw-r--r-- | turris.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ -- This is myrepo omnia configuration INFO("Using myrepo") -Repository("myrepo", "http://cynerd.cz/myrepo/turris/", { +Repository("myrepo", "https://cynerd.cz/myrepo/turris/", { priority = 50, pubkey = "file:///etc/updater/keys/myrepo.pub" }) |