From 5cf50421afb4963c98e1e7eb4783c124ed332e76 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Sat, 17 Aug 2019 12:17:57 -0400 Subject: maintainers: add github IDs to the template, in service of NixOS/rfcs#39 --- maintainers/maintainer-list.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'maintainers/maintainer-list.nix') diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index f559cd4657d..76e0e82eeb5 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -7,6 +7,7 @@ # Optional github = "GithubUsername"; + githubId = your-github-id; keys = [{ longkeyid = "rsa2048/0x0123456789ABCDEF"; fingerprint = "AAAA BBBB CCCC DDDD EEEE FFFF 0000 1111 2222 3333"; @@ -19,6 +20,7 @@ - `name` is your, preferably real, name, - `email` is your maintainer email address, and - `github` is your GitHub handle (as it appears in the URL of your profile page, `https://github.com/`), + - `githubId` is your GitHub user ID, which can be found at `https://api.github.com/users/`, - `keys` is a list of your PGP/GPG key IDs and fingerprints. `handle == github` is strongly preferred whenever `github` is an acceptable attribute name and is short and convenient. -- cgit v1.2.3