flyctl: add RaghavSood as maintainer

This commit is contained in:
Raghav Sood 2024-05-20 22:57:14 +08:00
parent b57260da32
commit df4c4e9183
No known key found for this signature in database
GPG Key ID: 13D53E9EB65DE19C

View File

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