libgcrypt: add meta.changelog

This commit is contained in:
ajs124 2021-05-01 00:35:48 +02:00 committed by Jonathan Ringer
parent 3f398ec167
commit ac760b45b5

View file

@ -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;