turso-cli: Add Fryuni as maintainer

This commit is contained in:
Luiz Ferraz 2023-10-04 20:53:43 -03:00 committed by Weijia Wang
parent d8abaa6147
commit 77544893d1
2 changed files with 10 additions and 1 deletions

View file

@ -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";

View file

@ -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 ];
};
}