aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2018-01-30 10:39:55 +0100
committerKarel Kočí <karel.koci@nic.cz>2018-01-30 10:39:55 +0100
commitc70e28b4f7fd0c222bf856449c450671399d54e3 (patch)
treebbf4c7e9e18ea831d0ddcc50eb8c58a17b853d85
parentcb4a8be862bec26791b69b9ccb07cb9023e8e3d4 (diff)
downloadturris-myrepo-c70e28b4f7fd0c222bf856449c450671399d54e3.tar.gz
turris-myrepo-c70e28b4f7fd0c222bf856449c450671399d54e3.tar.bz2
turris-myrepo-c70e28b4f7fd0c222bf856449c450671399d54e3.zip
Fix http to https
-rw-r--r--omnia.lua2
-rw-r--r--turris.lua2
2 files changed, 2 insertions, 2 deletions
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"
})
diff --git a/turris.lua b/turris.lua
index 391afd2..768a8fa 100644
--- a/turris.lua
+++ b/turris.lua
@@ -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"
})