diff --git a/recipes/wip/net/other/altuntun/recipe.toml b/recipes/wip/net/other/altuntun/recipe.toml
index 2f4e25313ad9a4059076ee3bcbaec16fe3d104aa..429f50be9943cf2f63c379044e7dec9cf7853b38 100644
--- a/recipes/wip/net/other/altuntun/recipe.toml
+++ b/recipes/wip/net/other/altuntun/recipe.toml
@@ -1,8 +1,8 @@
 #TODO source code error
 [source]
-git = "https://github.com/cloudflare/boringtun"
+git = "https://github.com/cableguard/altuntun"
 [build]
 template = "custom"
 script = """
-cookbook_cargo_packages boringtun-cli
+cookbook_cargo_packages altuntun-cli
 """