From 44e8fe891834384252c875d3e7fc6894f31dd4b8 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Wed, 2 Aug 2023 12:35:53 +0200 Subject: [PATCH] chore: set docs Signed-off-by: kjuulh --- cuddle_cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cuddle_cli/Cargo.toml b/cuddle_cli/Cargo.toml index 6e264ab..3d591b2 100644 --- a/cuddle_cli/Cargo.toml +++ b/cuddle_cli/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cuddle_cli" description = "cuddle is a shuttle inspired script and configuration management tool. It enables sharing of workflows on developers workstations and ci" -repository = "https://git.front.kjuulh.io/kjuulh/cuddle-please" +repository = "https://git.front.kjuulh.io/kjuulh/cuddle" readme = "../README.md" license-file = "../LICENSE" publishable = true