diff options
author | B. Watson <yalhcru@gmail.com> | 2021-03-14 12:32:49 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2021-03-14 12:32:49 -0400 |
commit | 093cee5c7b01d7562e3ef51e65625543c0971705 (patch) | |
tree | 1204cff561fbd3432de5634649912d8d1951dff3 /sbofindsrc | |
parent | 2dc66a8384562b3aec6499b71e12b26b003b602b (diff) | |
download | sbostuff-093cee5c7b01d7562e3ef51e65625543c0971705.tar.gz |
Fix doubleplusungood refs unlinks (naptime => slackware.uk, http => https)
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() { |