flyctl: drop maintainer

This commit is contained in:
Stanisław Pitucha
2023-12-26 22:25:45 +11:00
parent 62dbffc2d7
commit b46592cef4
+1 -1
View File
@@ -57,7 +57,7 @@ buildGoModule rec {
downloadPage = "https://github.com/superfly/flyctl";
homepage = "https://fly.io/";
license = licenses.asl20;
maintainers = with maintainers; [ adtya jsierles techknowlogick viraptor ];
maintainers = with maintainers; [ adtya jsierles techknowlogick ];
mainProgram = "flyctl";
};
}