-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
23 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,18 +2,18 @@ | |
List of NixOS maintainers. | ||
```nix | ||
handle = { | ||
# Required | ||
name = "Your name"; | ||
# Required | ||
name = "Your name"; | ||
|
||
# Optional, but at least one of email, matrix or githubId must be given | ||
email = "[email protected]"; | ||
matrix = "@user:example.org"; | ||
github = "GithubUsername"; | ||
githubId = your-github-id; | ||
# Optional, but at least one of email, matrix or githubId must be given | ||
email = "[email protected]"; | ||
matrix = "@user:example.org"; | ||
github = "GithubUsername"; | ||
githubId = your-github-id; | ||
|
||
keys = [{ | ||
keys = [{ | ||
fingerprint = "AAAA BBBB CCCC DDDD EEEE FFFF 0000 1111 2222 3333"; | ||
}]; | ||
}]; | ||
}; | ||
``` | ||
|
||
|
@@ -30,14 +30,14 @@ | |
Specifying a GitHub account ensures that you automatically: | ||
- get invited to the @NixOS/nixpkgs-maintainers team ; | ||
- once you are part of the @NixOS org, OfBorg will request you review | ||
pull requests that modify a package for which you are a maintainer. | ||
pull requests that modify a package for which you are a maintainer. | ||
|
||
`handle == github` is strongly preferred whenever `github` is an acceptable attribute name and is short and convenient. | ||
|
||
If `github` begins with a numeral, `handle` should be prefixed with an underscore. | ||
```nix | ||
_1example = { | ||
github = "1example"; | ||
github = "1example"; | ||
}; | ||
``` | ||
|
||
|
@@ -20193,6 +20193,12 @@ | |
githubId = 56278796; | ||
name = "Sergio Ribera"; | ||
}; | ||
serhao = { | ||
name = "Sin Ser'hao"; | ||
email = "[email protected]"; | ||
github = "shobu13"; | ||
githubId = 21972673; | ||
}; | ||
sersorrel = { | ||
email = "[email protected]"; | ||
github = "sersorrel"; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters