Closed wolfv closed 2 months ago
Conda-smithy expects the maintainers under meta.meta["extra"]["recipe-maintainers"]. However, we had them under `meta.meta["recipe"]["extra"]["recipe-maintainers"].
meta.meta["extra"]["recipe-maintainers"]
I am not sure, but maybe we should just move the whole recipe under the meta key?
meta
should fix: https://github.com/conda-forge/conda-smithy/issues/2047
Conda-smithy expects the maintainers under
meta.meta["extra"]["recipe-maintainers"]
. However, we had them under `meta.meta["recipe"]["extra"]["recipe-maintainers"].I am not sure, but maybe we should just move the whole recipe under the
meta
key?