zig: add meta.donationPage

Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
This commit is contained in:
Ethan Carter Edwards
2026-06-01 00:37:41 -07:00
parent 2c6f1ffebf
commit f6797be0ba
@@ -176,6 +176,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software";
homepage = "https://ziglang.org/";
changelog = "https://ziglang.org/download/${finalAttrs.version}/release-notes.html";
donationPage = "https://ziglang.org/zsf/";
license = lib.licenses.mit;
maintainers = [ ];
teams = [ lib.teams.zig ];