anchor: add Denommus as maintainer

This commit is contained in:
Yuri Albuquerque
2025-03-12 13:15:29 -03:00
parent 59163eefa3
commit 866d932dc8
+1 -1
View File
@@ -31,7 +31,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 = [ ];
maintainers = with maintainers; [ Denommus ];
mainProgram = "anchor";
};
}