From b108be8afe41bb2869624bb58aea7ebdc73634f6 Mon Sep 17 00:00:00 2001 From: Harivansh Rathi Date: Wed, 25 Mar 2026 12:28:38 -0400 Subject: [PATCH] rename --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fad78ca..bef1cfd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" description = "X11 desktop control CLI for agents" license = "MIT" -repository = "https://github.com/user/agent-computer" +repository = "https://github.com/harivansh-afk/deskctl" [dependencies] clap = { version = "4", features = ["derive", "env"] }