Update conanfile.py
diff --git a/conanfile.py b/conanfile.py
index ec722a3..977ee57 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -30,7 +30,7 @@
 
     def source(self):
         self.run(
-            "git clone -b complete git@github.com:gocarlos/cn-cbor.git")
+            "git clone -b complete git@github.com:jimsch/cn-cbor.git")
         os.rename("cn-cbor", self._source_subfolder)
 
     def configure(self):