diff --git a/Cargo.toml b/Cargo.toml index 25c8d8a..813bf5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.1" edition = "2024" license = "MIT" description = "Async Rust SDK for the Claude Agent CLI (subprocess-based, mirrors the Python claude-agent-sdk)." -repository = "https://gitea.sulkta.com/Sulkta-Coop/claude-agent-sdk-rust" +repository = "https://git.sulkta.com/Sulkta-Coop/claude-agent-sdk-rust" readme = "README.md" keywords = ["claude", "anthropic", "agent", "sdk", "async"] categories = ["api-bindings", "asynchronous"] diff --git a/LICENSE b/LICENSE index 3ac43e1..38c464a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ MIT License Copyright (c) 2025 Anthropic, PBC -Copyright (c) 2026 Sulkta Cooperative +Copyright (c) 2026 Sulkta Coop Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 1e11ab5..e73d749 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ session_store, sandbox, plugins, agents) are deferred to v0.2. See ```toml [dependencies] -claude-agent-sdk = { git = "https://gitea.sulkta.com/Sulkta-Coop/claude-agent-sdk-rust" } +claude-agent-sdk = { git = "https://git.sulkta.com/Sulkta-Coop/claude-agent-sdk-rust" } tokio = { version = "1", features = ["full"] } tokio-stream = "0.1" ```