quictls: add changelog to meta

This commit is contained in:
Mario Rodas 2023-08-06 16:17:00 +00:00
parent 9c580ea673
commit 618500728e

View file

@ -163,6 +163,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://quictls.github.io";
description = "TLS/SSL and crypto library with QUIC APIs";
changelog = "https://github.com/quictls/openssl/blob/${src.rev}/CHANGES.md";
license = licenses.openssl;
platforms = platforms.all;
maintainers = with maintainers; [ izorkin ];