diff options
Diffstat (limited to 'aports.lua')
-rwxr-xr-x | aports.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -125,7 +125,7 @@ end function is_remote(url) local _,pref - for _,pref in pairs{ "^http://", "^ftp://", "^https://" } do + for _,pref in pairs{ "^http://", "^ftp://", "^https://", ".*::.*" } do if string.match(url, pref) then return true end |