conda-forge / conda-smithy

The tool for managing conda-forge feedstocks.
https://conda-forge.org/
BSD 3-Clause "New" or "Revised" License
147 stars 177 forks source link

README Hyperlink to Maintainers is incorrect for teams #1989

Closed carterbox closed 1 month ago

carterbox commented 1 month ago

Solution to issue cannot be found in the documentation.

Issue

Smithy generates a "Feedstock Maintainers" section in the readme, but the hyperlink format is incorrect for team maintainers. For example,

Feedstock Maintainers
=====================

* [@carterbox](https://github.com/carterbox/)
* [@conda-forge/pytorch-cpu](https://github.com/conda-forge/pytorch-cpu/)

The hyperlink for the team should be: https://github.com/orgs/conda-forge/teams/pytorch-cpu.

Installed packages

conda-smithy 3.37.1

Environment info

N/A
carterbox commented 1 month ago

I will open a PR for this issue.