aboutsummaryrefslogtreecommitdiff
path: root/sbofindsrc
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2021-03-14 12:32:49 -0400
committerB. Watson <yalhcru@gmail.com>2021-03-14 12:32:49 -0400
commit093cee5c7b01d7562e3ef51e65625543c0971705 (patch)
tree1204cff561fbd3432de5634649912d8d1951dff3 /sbofindsrc
parent2dc66a8384562b3aec6499b71e12b26b003b602b (diff)
downloadsbostuff-093cee5c7b01d7562e3ef51e65625543c0971705.tar.gz
Fix doubleplusungood refs unlinks (naptime => slackware.uk, http => https)
Diffstat (limited to 'sbofindsrc')
-rwxr-xr-xsbofindsrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/sbofindsrc b/sbofindsrc
index 1278e65..83939ea 100755
--- a/sbofindsrc
+++ b/sbofindsrc
@@ -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() {