diff options
| author | Xe Iaso <me@christine.website> | 2022-07-04 14:44:00 +0000 |
|---|---|---|
| committer | Xe Iaso <me@christine.website> | 2022-07-04 14:44:00 +0000 |
| commit | 6be8b24dd293e3d48eafc37cecf1d98971be81f8 (patch) | |
| tree | e7b405b0bcb4d6155b95996002a379f829106c41 /lib | |
| parent | 03fa2e33a1fb935776bf385382ddfa1ef2a5020c (diff) | |
| download | xesite-6be8b24dd293e3d48eafc37cecf1d98971be81f8.tar.xz xesite-6be8b24dd293e3d48eafc37cecf1d98971be81f8.zip | |
rename jsonfeed to xe_jsonfeed to prepare for my own extensions
Signed-off-by: Xe Iaso <me@christine.website>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/jsonfeed/Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/jsonfeed/Cargo.toml b/lib/jsonfeed/Cargo.toml index 6b3b1d6..99172fd 100644 --- a/lib/jsonfeed/Cargo.toml +++ b/lib/jsonfeed/Cargo.toml @@ -1,10 +1,10 @@ [package] -authors = ["Paul Woolcock <paul@woolcock.us>", "Xe Iaso <me@christine.website>"] -description = "Parser for the JSONFeed (http://jsonfeed.org) specification\n" -documentation = "https://docs.rs/jsonfeed" -homepage = "https://github.com/pwoolcoc/jsonfeed" +authors = ["Paul Woolcock <paul@woolcock.us>", "Xe Iaso <me@xeiaso.net>"] +description = "Parser for the JSONFeed (http://jsonfeed.org) specification" +documentation = "https://docs.rs/xe_jsonfeed" +homepage = "https://github.com/Xe/site" license = "MIT/Apache-2.0" -name = "jsonfeed" +name = "xe_jsonfeed" readme = "README.adoc" version = "0.3.0" |
