Merge branch 'recipe-fixes' into 'master'

Fix base recipe.toml ([source] was commented out)

See merge request redox-os/cookbook!457
This commit is contained in:
Jeremy Soller 2025-02-24 20:21:56 +00:00
commit e92927abc0

View File

@ -1,5 +1,5 @@
#[source]
#git = "https://gitlab.redox-os.org/redox-os/base.git"
[source]
git = "https://gitlab.redox-os.org/redox-os/base.git"
[build]
template = "custom"