Unverified Commit 67bbc002 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

anchor: drop xrelkd from maintainers (#348814)

parents 26d5ba65 5089e82d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ rustPlatform.buildRustPackage rec {
    homepage = "https://github.com/coral-xyz/anchor";
    changelog = "https://github.com/coral-xyz/anchor/blob/${src.rev}/CHANGELOG.md";
    license = licenses.asl20;
    maintainers = with maintainers; [ xrelkd ];
    maintainers = [ ];
    mainProgram = "anchor";
  };
}