chiark / gitweb /
Revert "Provide /_/README.md too"
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 30 Nov 2020 19:08:02 +0000 (19:08 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 30 Nov 2020 19:08:02 +0000 (19:08 +0000)
Actually this was a bug in bundling

This reverts commit f2a6cbc9ac0172be38ba0e6573278400c0b09d93.

src/bin/daemon-otter.rs

index 2d4bdff08ce1e0e988e1d48d006b3db5f919c885..57561c56bb75894da1630e11e5e72d8c3be37533 100644 (file)
@@ -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),