chiark
/
gitweb
/
~ianmdlvl
/
otter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ef0177
)
Revert "Provide /_/README.md too"
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Mon, 30 Nov 2020 19:08:02 +0000
(19:08 +0000)
committer
Ian 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
patch
|
blob
|
history
diff --git
a/src/bin/daemon-otter.rs
b/src/bin/daemon-otter.rs
index 2d4bdff08ce1e0e988e1d48d006b3db5f919c885..57561c56bb75894da1630e11e5e72d8c3be37533 100644
(file)
--- 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),