libgcrypt: add meta.changelog

This commit is contained in:
ajs124
2021-05-17 14:28:34 -07:00
committed by Jonathan Ringer
parent 3f398ec167
commit ac760b45b5
@@ -58,6 +58,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://www.gnu.org/software/libgcrypt/";
changelog = "https://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgcrypt.git;a=blob;f=NEWS;hb=refs/tags/${pname}-${version}";
description = "General-purpose cryptographic library";
license = licenses.lgpl2Plus;
platforms = platforms.all;