cargo.toml: update website and repository URL

This commit is contained in:
dr-frmr 2024-01-17 19:38:33 -03:00
parent 173c89d163
commit 365db677dd
No known key found for this signature in database

View File

@ -4,10 +4,8 @@ authors = ["UqbarDAO"]
version = "0.5.0"
edition = "2021"
description = "A general-purpose sovereign cloud computing platform"
homepage = "https://uqbar.network"
repository = "https://github.com/uqbar-dao/uqbar"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
homepage = "https://kinode.org"
repository = "https://github.com/uqbar-dao/kinode"
[build-dependencies]
reqwest = { version = "0.11.22", features = ["blocking"] }