From: Ian Jackson Date: Mon, 30 Nov 2020 19:08:02 +0000 (+0000) Subject: Revert "Provide /_/README.md too" X-Git-Tag: otter-0.2.0~287 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=93bc9de255af76d81820a973a1ecafcd2cbb201d;p=otter.git Revert "Provide /_/README.md too" Actually this was a bug in bundling This reverts commit f2a6cbc9ac0172be38ba0e6573278400c0b09d93. --- 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),