From 9071ebfb5b16bfbb0b136e966bee5f385586457d Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Mon, 12 Dec 2022 15:36:06 +0100 Subject: [PATCH] Update repository link --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 09b6bd9..0261d01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT" description = "A validator and automatic test suite for CLAP plugins" readme = "README.md" -repository = "https://github.com/robbert-vdh/clap-validator" +repository = "https://github.com/free-audio/clap-validator" [dependencies] anyhow = "1.0.58"