diff options
| author | Fuwn <[email protected]> | 2022-04-05 07:13:31 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-04-05 07:13:31 +0000 |
| commit | 057abc50b5722ed30cc0c2a3388ddd5023e78aef (patch) | |
| tree | f4cad8f7efa9819e2efde6f640a14e850c47baa9 | |
| parent | docs(cargo): enable release (diff) | |
| download | september-057abc50b5722ed30cc0c2a3388ddd5023e78aef.tar.xz september-057abc50b5722ed30cc0c2a3388ddd5023e78aef.zip | |
docs(cargo): fix readme location
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ version = "0.1.0" authors = ["Fuwn <[email protected]>"] edition = "2021" description = "A simple and efficient Gemini-to-HTTP proxy." -readme = "README.rst" +readme = "README.md" homepage = "https://github.com/gemrest/september" repository = "https://github.com/gemrest/september" license = "GPL-3.0-only" |