fizz: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-03-26 00:05:23 +01:00 committed by GitHub
parent ddfbf234ce
commit c6de147d13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,6 +58,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "C++14 implementation of the TLS-1.3 standard";
homepage = "https://github.com/facebookincubator/fizz";
changelog = "https://github.com/facebookincubator/fizz/releases/tag/v${version}";
license = licenses.bsd3;
platforms = platforms.unix;
maintainers = with maintainers; [ pierreis kylesferrazza ];