agate

Simple gemini server for static files
git clone https://github.com/mbrubeck/agate.git
Log | Files | Refs | README

commit d5d358247f633564aeda2a7db45581c7a04f7901
parent 070c5835bf0295229dc6f2eff998a95ec17663eb
Author: Johann150 <johann.galle@protonmail.com>
Date:   Sat,  5 Aug 2023 11:00:45 +0200

fix comment referring to old filename

Co-authored-by: Michael Nordmeyer <michaelnordmeyer@users.noreply.github.com>

Diffstat:
Msrc/metadata.rs | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/metadata.rs b/src/metadata.rs @@ -7,7 +7,7 @@ use std::time::SystemTime; static SIDECAR_FILENAME: &str = ".meta"; /// A struct to store a string of metadata for each file retrieved from -/// sidecar files called `.lang`. +/// sidecar files with the name given by `SIDECAR_FILENAME`. /// /// These sidecar file's lines should have the format /// ```text