openssl: set meta.donationPage

Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
This commit is contained in:
Ethan Carter Edwards
2026-05-27 15:38:52 -07:00
parent 4c24e02aea
commit e848963f6f
@@ -391,6 +391,7 @@ let
meta = {
homepage = "https://www.openssl.org/";
changelog = "https://github.com/openssl/openssl/blob/openssl-${version}/CHANGES.md";
donationPage = "https://openssl.foundation/donate/ways-to-give";
description = "Cryptographic library that implements the SSL and TLS protocols";
license = lib.licenses.openssl;
mainProgram = "openssl";