From 405a6029d67c09b98e5155fb143c9a4d7ee1d014 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 18 Mar 2024 04:14:05 -0700 Subject: feat(licensing): simplify copyright --- src/modules/static.rs | 25 +++++-------------------- 1 file changed, 5 insertions(+), 20 deletions(-) (limited to 'src/modules') diff --git a/src/modules/static.rs b/src/modules/static.rs index 9913706..518f67c 100644 --- a/src/modules/static.rs +++ b/src/modules/static.rs @@ -62,27 +62,12 @@ pub fn module(router: &mut windmark::router::Router) { "pages", router, ("/", "This Gemini capsule's homepage", "index"), - ( - "/gemini", - "Information and resources for the Gemini protocol", - "gemini" - ), - ( - "/gopher", - "Information and resources for the Gopher protocol", - "gopher" - ), - ( - "/licensing", - "The licensing terms of this Gemini capsule", - "licensing" - ), + ("/gemini", "Information and resources for the Gemini protocol", "gemini"), + ("/gopher", "Information and resources for the Gopher protocol", "gopher"), + // ("/licensing", "The licensing terms of this Gemini capsule", + // "licensing"), ("/readability", "The readability disclosure", "readability"), - ( - "/tor", - "Information and resources for The Tor Project", - "tor" - ), + ("/tor", "Information and resources for The Tor Project", "tor"), ( "/stocks/telegram", "Stock Market Related Telegram Groups", -- cgit v1.2.3