anchor: drop xrelkd from maintainers (#348814)

This commit is contained in:
Aleksana
2024-10-19 16:12:02 +08:00
committed by GitHub
+1 -1
View File
@@ -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";
};
}