diff --git a/Cargo.toml b/Cargo.toml
index 0363e1545e1c267d7ed52ea95b3d5c15fbaa40d8..517686c03bd342196fdd1558f9566329ea965432 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"