From a7c658636ffac351762a7a509a05309170ccd287 Mon Sep 17 00:00:00 2001 From: Stephen D <webmaster@scd31.com> Date: Sun, 6 Feb 2022 15:03:13 -0400 Subject: [PATCH] fix repository link --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0363e15..517686c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] edition = "2021" name = "goertzel-nostd" -version = "0.2.0" +version = "0.2.1" authors = ["Stephen D"] -repository = "https://github.com/mcpherrinm/goertzel.git" +repository = "https://gitlab.scd31.com/stephen/goertzel-nostd" keywords = ["dsp", "goertzel", "fft", "fourier"] license = "MIT" description = "An nostd implementation of Goertzel's Algoritm" -- GitLab