diff options
Diffstat (limited to 'sbofindsrc')
-rwxr-xr-x | sbofindsrc | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -37,7 +37,6 @@ debian # leave off the trailing / (shouldn't really matter, but...) sbosrcarch_mirrors=" http://slackware.org.uk/sbosrcarch -http://urchlay.naptime.net/~urchlay/sbosrc " ### end of config, start of code @@ -194,7 +193,7 @@ debian_download() { # my own archive. Not well populated yet. naptime_download() { - do_wget "http://urchlay.naptime.net/~urchlay/src/$dlfile" + do_wget "https://slackware.uk/~urchlay/src/$dlfile" } tld_download() { |