From 8e17f4cde7cf2d945f79363eef5057bfe61a3533 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Thu, 29 Feb 2024 17:50:42 +0100 Subject: noms.ing: redirect webring.noms.ing → noms.ing since that website doesn't contain anything anyways, but people started linking to it. --- pkgs/nomsring/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs') diff --git a/pkgs/nomsring/Main.hs b/pkgs/nomsring/Main.hs index f97da04..1cc2d7c 100644 --- a/pkgs/nomsring/Main.hs +++ b/pkgs/nomsring/Main.hs @@ -17,7 +17,7 @@ main :: IO () main = runCGI $ do path <- pathInfo case path of - "/" -> output "nomsable websites" + "/" -> redirect "https://noms.ing" "/next" -> rotate True "/previous" -> rotate False _ -> outputNotFound path -- cgit v1.2.3