Skip to content

Commit

Permalink
Convert maintainer file entries to attributes, add github handles
Browse files Browse the repository at this point in the history
Based on #34842, the
nix-instantiate output was pretty-printed and the validity of the github handles
manually verified, by automatically checking whether the user handles exist on
github (https://github.com/userhandle, status 200 or 404).
Each handle under 5 characters was manually checked (because the collision
probability with non-maintainer accounts is high), each missing entry was
manually researched.

The script used is kept in `maintainers/scripts` as an example of how to work
with the mainainers list through nix’ JSON interface.
  • Loading branch information
Profpatsch committed Mar 4, 2018
1 parent cf1b51a commit aa47bac
Show file tree
Hide file tree
Showing 3 changed files with 3,966 additions and 804 deletions.
2 changes: 1 addition & 1 deletion lib/default.nix
Expand Up @@ -21,7 +21,7 @@ let

# packaging
customisation = callLibs ./customisation.nix;
maintainers = callLibs ./maintainers.nix;
maintainers = import ./maintainers.nix;
meta = callLibs ./meta.nix;
sources = callLibs ./sources.nix;

Expand Down

0 comments on commit aa47bac

Please sign in to comment.