diff options
author | Foorack / Max Faxälv <max@foorack.com> | 2024-03-31 03:57:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-31 01:57:09 +0000 |
commit | d4f2f8577f763df059653dfab733dfe6ddc06913 (patch) | |
tree | 22ef12e5acdd3a31d069b92177281da14a9eb01b /alacritty | |
parent | 6585d60408be1d6c275a41e4c94da092482a1ea7 (diff) | |
download | r-alacritty-d4f2f8577f763df059653dfab733dfe6ddc06913.tar.gz r-alacritty-d4f2f8577f763df059653dfab733dfe6ddc06913.tar.bz2 r-alacritty-d4f2f8577f763df059653dfab733dfe6ddc06913.zip |
Update homepage and repository in Cargo manifests
Diffstat (limited to 'alacritty')
-rw-r--r-- | alacritty/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 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" |