From 99d559c80fd33b45ac55b463a67ba54bd6297c91 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Sat, 23 Mar 2024 13:24:27 +0000
Subject: [PATCH] Remove the nginx duplication

---
 recipes/wip/net/nginx/recipe.toml   | 2 +-
 recipes/wip/tools/nginx/recipe.toml | 5 -----
 2 files changed, 1 insertion(+), 6 deletions(-)
 delete mode 100644 recipes/wip/tools/nginx/recipe.toml

diff --git a/recipes/wip/net/nginx/recipe.toml b/recipes/wip/net/nginx/recipe.toml
index ddd37cd99..a3ef1c225 100644
--- a/recipes/wip/net/nginx/recipe.toml
+++ b/recipes/wip/net/nginx/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO Compilation error
 [source]
 tar = "https://nginx.org/download/nginx-1.24.0.tar.gz"
 [build]
diff --git a/recipes/wip/tools/nginx/recipe.toml b/recipes/wip/tools/nginx/recipe.toml
deleted file mode 100644
index a3ef1c225..000000000
--- a/recipes/wip/tools/nginx/recipe.toml
+++ /dev/null
@@ -1,5 +0,0 @@
-#TODO Compilation error
-[source]
-tar = "https://nginx.org/download/nginx-1.24.0.tar.gz"
-[build]
-template = "configure"
-- 
GitLab