diff --git a/recipes/wip/net/other/halloy/recipe.toml b/recipes/wip/net/other/halloy/recipe.toml deleted file mode 100644 index a25cebc5..00000000 --- a/recipes/wip/net/other/halloy/recipe.toml +++ /dev/null @@ -1,8 +0,0 @@ -#TODO xdg-home crate error (after cargo update) -[source] -git = "https://github.com/squidowl/halloy" -[build] -template = "cargo" -dependencies = [ - "openssl1", -] diff --git a/recipes/wip/net/other/tiny/recipe.toml b/recipes/wip/net/other/tiny/recipe.toml deleted file mode 100644 index e262610b..00000000 --- a/recipes/wip/net/other/tiny/recipe.toml +++ /dev/null @@ -1,8 +0,0 @@ -#TODO compiled but not tested (after cargo update and a patch on ring) -[source] -git = "https://github.com/osa1/tiny" -[build] -template = "custom" -script = """ -cookbook_cargo_packages tiny -"""