From 93bc9de255af76d81820a973a1ecafcd2cbb201d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 30 Nov 2020 19:08:02 +0000 Subject: [PATCH] Revert "Provide /_/README.md too" Actually this was a bug in bundling This reverts commit f2a6cbc9ac0172be38ba0e6573278400c0b09d93. --- src/bin/daemon-otter.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/daemon-otter.rs b/src/bin/daemon-otter.rs index 2d4bdff0..57561c56 100644 --- a/src/bin/daemon-otter.rs +++ b/src/bin/daemon-otter.rs @@ -20,7 +20,6 @@ type RL = ResourceLocation; const RESOURCES : &[(&'static str, ResourceLocation, ContentType)] = &[ ("script.js", RL::Main, ContentType::JavaScript), - ("README.md", RL::Main, ContentType::Plain), ("LICENCE", RL::Main, ContentType::Plain), ("libre", RL::Main, ContentType::HTML), ("AGPLv3", RL::Main, ContentType::Plain), -- 2.30.2