NixOS / nixos-search

Search NixOS packages and options
https://search.nixos.org
MIT License
422 stars 109 forks source link

Search doesn't hyperlink my name to GitHub account for package that I maintain #820

Open amozeo opened 3 months ago

amozeo commented 3 months ago

My name on package that I maintain (antimatter-dimensions) is not hyperlinked like in other maintainers (maintainer name in hello package is hyperlinked to his GitHub account)

I believe it's because I didn't provide github attribute, but only githubId attribute in maintainers-list.nix when I was adding myself to that list. see here

related: https://github.com/NixOS/ofborg/issues/685

uncenter commented 5 days ago

GitHub doesn't provide a URL/redirect to a users profile based on the ID, an API request would have to be performed to get the username associated with the ID which is probably infeasible. You should just add your GitHub username under the github attribute.