From 093cee5c7b01d7562e3ef51e65625543c0971705 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 14 Mar 2021 12:32:49 -0400 Subject: Fix doubleplusungood refs unlinks (naptime => slackware.uk, http => https) --- sbofindsrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sbofindsrc') 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() { -- cgit v1.2.3