diff options
author | Karel Kočí <cynerd@email.cz> | 2019-02-11 20:20:06 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2019-02-11 20:20:06 +0100 |
commit | f836c4cf79b0e85d02f4cfa728d888964799a3de (patch) | |
tree | 532aad42c04806b2568b362323f49e1dc8508f71 /personal-pkgs-repo/files | |
parent | 55b8c01409913180136b7558ce49ece6059d1351 (diff) | |
download | openwrt-personal-pkgs-f836c4cf79b0e85d02f4cfa728d888964799a3de.tar.gz openwrt-personal-pkgs-f836c4cf79b0e85d02f4cfa728d888964799a3de.tar.bz2 openwrt-personal-pkgs-f836c4cf79b0e85d02f4cfa728d888964799a3de.zip |
personal-pkgs: fix repository uri
Diffstat (limited to 'personal-pkgs-repo/files')
-rw-r--r-- | personal-pkgs-repo/files/updater.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 }) |