From 43e24c136cefa46b9c5d15cc2c66851c19934e39 Mon Sep 17 00:00:00 2001 From: prplV Date: Wed, 12 Mar 2025 13:02:17 +0300 Subject: [PATCH] urls fixed --- crates/integr-structs/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/integr-structs/Cargo.toml b/crates/integr-structs/Cargo.toml index 12365ef..ea15533 100644 --- a/crates/integr-structs/Cargo.toml +++ b/crates/integr-structs/Cargo.toml @@ -3,8 +3,8 @@ name = "integr-structs" version = "0.1.0" edition = "2021" description = "Structs for API poller in ZVKS project" -homepage = "http://git.enode/deployer3000/integration-module/src/branch/master/crates/api-grub" -repository = "http://git.enode/deployer3000/integration-module/src/branch/master/crates/api-grub" +homepage = "http://git.enode/deployer3000/integration-module/src/branch/master/crates/integr-structs" +repository = "http://git.enode/deployer3000/integration-module/src/branch/master/crates/integr-structs" license = "MIT OR Apache-2.0" keywords = ["api", "grub", "zvks", "structs", "contracts"] publish = ["kellnr"]