flyctl: add RaghavSood as maintainer

This commit is contained in:
Raghav Sood
2024-05-20 22:57:14 +08:00
parent b57260da32
commit df4c4e9183
+1 -1
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";
};
}