summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstuebinm2024-02-29 17:50:42 +0100
committerstuebinm2024-02-29 17:50:42 +0100
commit8e17f4cde7cf2d945f79363eef5057bfe61a3533 (patch)
tree8b04cfe6c3908fc71ca01dbc199e2f1c9cf75859
parentffa6d5eb82c3f71cfaf60c98dfc3d82276497ac5 (diff)
noms.ing: redirect webring.noms.ing → noms.ing
since that website doesn't contain anything anyways, but people started linking to it.
-rw-r--r--pkgs/nomsring/Main.hs2
1 files changed, 1 insertions, 1 deletions
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