diff options
author | Foorack / Max Faxälv <max@foorack.com> | 2024-03-31 03:57:09 +0200 |
---|---|---|
committer | Josh Rahm <rahm@google.com> | 2024-08-14 15:42:41 -0600 |
commit | 812873d4589b34a8bf313e501663255f4b6c857b (patch) | |
tree | affbd4a5a3997a5b6ce14f6001b0984db8f25057 | |
parent | 6fd7136b19697b37c528ff6e31233875ff95fa7b (diff) | |
download | r-alacritty-812873d4589b34a8bf313e501663255f4b6c857b.tar.gz r-alacritty-812873d4589b34a8bf313e501663255f4b6c857b.tar.bz2 r-alacritty-812873d4589b34a8bf313e501663255f4b6c857b.zip |
Update homepage and repository in Cargo manifests
-rw-r--r-- | alacritty/Cargo.toml | 3 | ||||
-rw-r--r-- | alacritty_config/Cargo.toml | 3 | ||||
-rw-r--r-- | alacritty_config_derive/Cargo.toml | 3 | ||||
-rw-r--r-- | alacritty_terminal/Cargo.toml | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/alacritty/Cargo.toml b/alacritty/Cargo.toml index 36156bf1..cbdd2b00 100644 --- a/alacritty/Cargo.toml +++ b/alacritty/Cargo.toml @@ -5,7 +5,8 @@ authors = ["Christian Duerr <contact@christianduerr.com>", "Joe Wilm <joe@jwilm. license = "Apache-2.0" description = "A fast, cross-platform, OpenGL terminal emulator" readme = "README.md" -homepage = "https://github.com/alacritty/alacritty" +homepage = "https://alacritty.org" +repository = "https://github.com/alacritty/alacritty" edition = "2021" rust-version = "1.70.0" diff --git a/alacritty_config/Cargo.toml b/alacritty_config/Cargo.toml index e773d810..c09a05e2 100644 --- a/alacritty_config/Cargo.toml +++ b/alacritty_config/Cargo.toml @@ -4,7 +4,8 @@ version = "0.2.1-dev" authors = ["Christian Duerr <contact@christianduerr.com>"] license = "MIT OR Apache-2.0" description = "Alacritty configuration abstractions" -homepage = "https://github.com/alacritty/alacritty" +homepage = "https://alacritty.org" +repository = "https://github.com/alacritty/alacritty" edition = "2021" rust-version = "1.70.0" diff --git a/alacritty_config_derive/Cargo.toml b/alacritty_config_derive/Cargo.toml index 655cde3c..dce13237 100644 --- a/alacritty_config_derive/Cargo.toml +++ b/alacritty_config_derive/Cargo.toml @@ -4,7 +4,8 @@ version = "0.2.3-dev" authors = ["Christian Duerr <contact@christianduerr.com>"] license = "MIT OR Apache-2.0" description = "Failure resistant deserialization derive" -homepage = "https://github.com/alacritty/alacritty" +homepage = "https://alacritty.org" +repository = "https://github.com/alacritty/alacritty" edition = "2021" rust-version = "1.70.0" diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml index bd7f02a1..3c761b63 100644 --- a/alacritty_terminal/Cargo.toml +++ b/alacritty_terminal/Cargo.toml @@ -5,7 +5,8 @@ authors = ["Christian Duerr <contact@christianduerr.com>", "Joe Wilm <joe@jwilm. license = "Apache-2.0" description = "Library for writing terminal emulators" readme = "../README.md" -homepage = "https://github.com/alacritty/alacritty" +homepage = "https://alacritty.org" +repository = "https://github.com/alacritty/alacritty" edition = "2021" rust-version = "1.70.0" |