mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-16 20:57:53 +08:00
fix license and readme file path in cargo.toml
This commit is contained in:
+2
-2
@@ -4,8 +4,8 @@ description = "Command-line interface for email management"
|
||||
version = "0.5.10"
|
||||
authors = ["soywod <clement.douin@posteo.net>"]
|
||||
edition = "2018"
|
||||
license-file = "LICENSE"
|
||||
readme = "README.md"
|
||||
license-file = "../LICENSE"
|
||||
readme = "../README.md"
|
||||
categories = ["command-line-interface", "command-line-utilities", "email"]
|
||||
keywords = ["cli", "mail", "email", "client", "imap"]
|
||||
homepage = "https://github.com/soywod/himalaya/wiki"
|
||||
|
||||
Reference in New Issue
Block a user