turso-cli: Add Fryuni as maintainer
This commit is contained in:
parent
d8abaa6147
commit
77544893d1
2 changed files with 10 additions and 1 deletions
|
@ -6003,6 +6003,15 @@
|
|||
githubId = 134872;
|
||||
name = "Sergei Lukianov";
|
||||
};
|
||||
fryuni = {
|
||||
name = "Luiz Ferraz";
|
||||
email = "luiz@lferraz.com";
|
||||
github = "Fryuni";
|
||||
githubId = 11063910;
|
||||
keys = [{
|
||||
fingerprint = "2109 4B0E 560B 031E F539 62C8 2B56 8731 DB24 47EC";
|
||||
}];
|
||||
};
|
||||
fsagbuya = {
|
||||
email = "fa@m-labs.ph";
|
||||
github = "fsagbuya";
|
||||
|
|
|
@ -42,6 +42,6 @@ buildGo121Module rec {
|
|||
homepage = "https://turso.tech";
|
||||
mainProgram = "turso";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ zestsystem kashw2 ];
|
||||
maintainers = with maintainers; [ zestsystem kashw2 fryuni ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue