diff --git a/ng-app/src-tauri/tauri.conf.json b/ng-app/src-tauri/tauri.conf.json index 55ef0ca..6548d92 100644 --- a/ng-app/src-tauri/tauri.conf.json +++ b/ng-app/src-tauri/tauri.conf.json @@ -7,7 +7,7 @@ "withGlobalTauri": false }, "package": { - "productName": "NextGraph", + "productName": "Nextgraph", "version": "0.1.0" }, "tauri": { diff --git a/ng-sdk-js/Cargo.toml b/ng-sdk-js/Cargo.toml index 24f315e..d9c2455 100644 --- a/ng-sdk-js/Cargo.toml +++ b/ng-sdk-js/Cargo.toml @@ -5,10 +5,10 @@ description = "JS app sdk of NextGraph" publish = false version.workspace = true edition.workspace = true -license.workspace = true +license = "MIT/Apache-2.0" authors.workspace = true -repository.workspace = true -homepage.workspace = true +repository = "https://git.nextgraph.org/NextGraph/nextgraph-rs" +homepage = "https://nextgraph.org" keywords.workspace = true documentation.workspace = true rust-version.workspace = true