From e47df787a48f119ba111d133d7f2933dcee5c526 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Sun, 9 Jun 2024 22:31:41 +0000
Subject: [PATCH] Update recipes

---
 recipes/wip/demos/notan-examples/recipe.toml | 2 +-
 recipes/wip/net/lynx/recipe.toml             | 2 +-
 recipes/wip/tools/mosh/recipe.toml           | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes/wip/demos/notan-examples/recipe.toml b/recipes/wip/demos/notan-examples/recipe.toml
index e86306be4..6a73d3757 100644
--- a/recipes/wip/demos/notan-examples/recipe.toml
+++ b/recipes/wip/demos/notan-examples/recipe.toml
@@ -1,4 +1,4 @@
-#TODO not compiled or tested
+#TODO environment leak on CMake
 [source]
 git = "https://github.com/Nazariglez/notan"
 [build]
diff --git a/recipes/wip/net/lynx/recipe.toml b/recipes/wip/net/lynx/recipe.toml
index 1ac40e8d6..6b8a68008 100644
--- a/recipes/wip/net/lynx/recipe.toml
+++ b/recipes/wip/net/lynx/recipe.toml
@@ -1,4 +1,4 @@
-#TODO not compiled or tested
+#TODO compilation error
 [source]
 tar = "https://invisible-island.net/archives/lynx/tarballs/lynx2.8.9rel.1.tar.gz"
 [build]
diff --git a/recipes/wip/tools/mosh/recipe.toml b/recipes/wip/tools/mosh/recipe.toml
index d2eb5a40d..8302a9829 100644
--- a/recipes/wip/tools/mosh/recipe.toml
+++ b/recipes/wip/tools/mosh/recipe.toml
@@ -1,6 +1,6 @@
 #TODO not compiled or tested
 [source]
-tar = "https://mosh.org/mosh-1.4.0.tar.gz"
+tar = "https://github.com/mobile-shell/mosh/releases/download/mosh-1.4.0/mosh-1.4.0.tar.gz"
 [build]
 template = "custom"
 dependencies = [
-- 
GitLab