Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maintained packages with maintainer teams leveraging githubTeams show as unmaintained #892

Open
06kellyjac opened this issue Feb 28, 2025 · 2 comments

Comments

@06kellyjac
Copy link
Member

06kellyjac commented Feb 28, 2025

Packages which have a maintainer team which is defined using githubTeams show as having no maintainers

NixOS/nixpkgs#367471 (comment)

@raboof
Copy link
Member

raboof commented Feb 28, 2025

Indeed that'd be good to fix. It's not entirely obvious that this is a problem in nixos-search:

$ nix repl
Nix 2.24.12
Type :? for help.
nix-repl> pkgs = import <nixpkgs> {}   

nix-repl> pkgs.neovim.meta.maintainers
[ ]

Let's keep this issue open until we understand where the issue is, though.

@MattSturgeon
Copy link

It'd be nice if a package's meta.maintainers could be automatically populated with team members.

Sometimes, teams store some or all of their members in-tree, however other times they only list a githubTeam. I don't think the actual members of the github team are stored in-tree, so getting them would be inherently impure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants