maintainers: add jsierles
Also add jsierles as a maintainer for the flyctl package.
This commit is contained in:
parent
6b3bf39220
commit
eb98ee1e8b
2 changed files with 8 additions and 1 deletions
|
@ -5984,6 +5984,13 @@
|
|||
githubId = 107689;
|
||||
name = "Josh Holland";
|
||||
};
|
||||
jsierles = {
|
||||
email = "joshua@hey.com";
|
||||
matrix = "@jsierles:matrix.org";
|
||||
name = "Joshua Sierles";
|
||||
github = "jsierles";
|
||||
githubId = 82;
|
||||
};
|
||||
jtcoolen = {
|
||||
email = "jtcoolen@pm.me";
|
||||
name = "Julien Coolen";
|
||||
|
|
|
@ -27,6 +27,6 @@ buildGoModule rec {
|
|||
description = "Command line tools for fly.io services";
|
||||
homepage = "https://fly.io/";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ aaronjanse ];
|
||||
maintainers = with maintainers; [ aaronjanse jsierles ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue