flyctl: remove myself as maintainer

This commit is contained in:
Aaron Janse 2023-12-25 01:04:12 +00:00
parent 589aab59f1
commit 2f38b15f16

View File

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