diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml index a983dad..193c430 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,8 +4,8 @@ version = "1.0.0" authors = ["SoniEx2 <endermoneymod@gmail.com>"] description = "Lets you write native HexChat plugins in mostly-safe Rust" license = "GPL-3.0-or-later" -repository = "https://soniex2.autistic.space/git-repos/hexchat-plugin.git" -homepage = "https://ganarchy.autistic.space/project/7597bdc9d42badc332ecd57ab81e71c41fa2b595" +repository = "https://soniex2.autistic.space/git-repos/hexchat-unsafe-plugin.git" +homepage = "https://ganarchy.autistic.space/project/207026ae5e35da096b8110afe1ba2973a0e54fdb" keywords = ["hexchat", "plugin", "hexchat-plugin"] categories = ["api-bindings"] readme = "README.md" |