flyctl: add teutat3s to maintainers

This commit is contained in:
teutat3s 2024-06-01 15:46:37 +02:00
parent 9d7201ea55
commit d406425bd0
No known key found for this signature in database
GPG Key ID: 18DAE600A6BBE705

View File

@ -72,7 +72,7 @@ buildGoModule rec {
downloadPage = "https://github.com/superfly/flyctl";
homepage = "https://fly.io/";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ adtya jsierles techknowlogick RaghavSood ];
maintainers = with lib.maintainers; [ adtya jsierles techknowlogick RaghavSood teutat3s ];
mainProgram = "flyctl";
};
}