mirror of
https://github.com/uqbar-dao/nectar.git
synced 2025-01-03 14:17:20 +03:00
Merge pull request #207 from kinode-dao/hf/change-uqbar-to-kinode
change `uqbar` -> `kinode`
This commit is contained in:
commit
23ed84de4a
@ -5,7 +5,7 @@ version = "0.5.1"
|
||||
edition = "2021"
|
||||
description = "A general-purpose sovereign cloud computing platform"
|
||||
homepage = "https://kinode.org"
|
||||
repository = "https://github.com/uqbar-dao/kinode"
|
||||
repository = "https://github.com/kinode-dao/kinode"
|
||||
license = "Apache-2.0"
|
||||
|
||||
[build-dependencies]
|
||||
|
@ -95,7 +95,7 @@ async fn serve_register_fe(
|
||||
async fn main() {
|
||||
let app = Command::new("kinode")
|
||||
.version(VERSION)
|
||||
.author("Uqbar DAO: https://github.com/uqbar-dao")
|
||||
.author("Kinode DAO: https://github.com/kinode-dao")
|
||||
.about("A General Purpose Sovereign Cloud Computing Platform")
|
||||
.arg(arg!([home] "Path to home directory").required(true))
|
||||
.arg(
|
||||
|
Loading…
Reference in New Issue
Block a user