From c70e28b4f7fd0c222bf856449c450671399d54e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 30 Jan 2018 10:39:55 +0100 Subject: Fix http to https --- omnia.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'omnia.lua') diff --git a/omnia.lua b/omnia.lua index a07b5a1..6d77f7d 100644 --- a/omnia.lua +++ b/omnia.lua @@ -1,5 +1,5 @@ -- This is myrepo omnia configuration INFO("Using myrepo") -Repository("myrepo", "http://cynerd.cz/myrepo/omnia/", { +Repository("myrepo", "https://cynerd.cz/myrepo/omnia/", { priority = 50, pubkey = "file:///etc/updater/keys/myrepo.pub" }) -- cgit v1.2.3