mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
Update homepage and repository in Cargo manifests
This commit is contained in:
parent
6585d60408
commit
d4f2f8577f
4 changed files with 8 additions and 4 deletions
|
@ -5,7 +5,8 @@ authors = ["Christian Duerr <contact@christianduerr.com>", "Joe Wilm <joe@jwilm.
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
description = "A fast, cross-platform, OpenGL terminal emulator"
|
description = "A fast, cross-platform, OpenGL terminal emulator"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
homepage = "https://github.com/alacritty/alacritty"
|
homepage = "https://alacritty.org"
|
||||||
|
repository = "https://github.com/alacritty/alacritty"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.70.0"
|
rust-version = "1.70.0"
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,8 @@ version = "0.2.1-dev"
|
||||||
authors = ["Christian Duerr <contact@christianduerr.com>"]
|
authors = ["Christian Duerr <contact@christianduerr.com>"]
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
description = "Alacritty configuration abstractions"
|
description = "Alacritty configuration abstractions"
|
||||||
homepage = "https://github.com/alacritty/alacritty"
|
homepage = "https://alacritty.org"
|
||||||
|
repository = "https://github.com/alacritty/alacritty"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.70.0"
|
rust-version = "1.70.0"
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,8 @@ version = "0.2.3-dev"
|
||||||
authors = ["Christian Duerr <contact@christianduerr.com>"]
|
authors = ["Christian Duerr <contact@christianduerr.com>"]
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
description = "Failure resistant deserialization derive"
|
description = "Failure resistant deserialization derive"
|
||||||
homepage = "https://github.com/alacritty/alacritty"
|
homepage = "https://alacritty.org"
|
||||||
|
repository = "https://github.com/alacritty/alacritty"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.70.0"
|
rust-version = "1.70.0"
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,8 @@ authors = ["Christian Duerr <contact@christianduerr.com>", "Joe Wilm <joe@jwilm.
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
description = "Library for writing terminal emulators"
|
description = "Library for writing terminal emulators"
|
||||||
readme = "../README.md"
|
readme = "../README.md"
|
||||||
homepage = "https://github.com/alacritty/alacritty"
|
homepage = "https://alacritty.org"
|
||||||
|
repository = "https://github.com/alacritty/alacritty"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.70.0"
|
rust-version = "1.70.0"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue