From f836c4cf79b0e85d02f4cfa728d888964799a3de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 11 Feb 2019 20:20:06 +0100 Subject: personal-pkgs: fix repository uri --- personal-pkgs-repo/files/updater.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'personal-pkgs-repo/files/updater.lua') diff --git a/personal-pkgs-repo/files/updater.lua b/personal-pkgs-repo/files/updater.lua index 3b16e6a..f7ac375 100644 --- a/personal-pkgs-repo/files/updater.lua +++ b/personal-pkgs-repo/files/updater.lua @@ -20,7 +20,7 @@ if animal ~= "hbd" and animal ~= "hbk" then DIE("Unsupported branch for pernal-pkgs: " .. tostring(animal)) end -Repository("personal-pkgs", "https://cynerd.cz/repo/turris4x/" .. animal .. "/" .. board, { +Repository("personal-pkgs", "https://cynerd.cz/repo/turris/" .. animal .. "/" .. animal .. "/" .. board, { pubkey = "file:///etc/updater/keys/personal-pkgs.pub", ocsp = false }) -- cgit v1.2.3