libgcrypt: add meta.changelog

(cherry picked from commit 7bb9050610491bbe46959dbf9b52faef02e7ffdc)
This commit is contained in:
ajs124 2021-05-01 00:35:48 +02:00 committed by Jonathan Ringer
parent 87a0a02fa1
commit 7cdd285163
1 changed files with 1 additions and 0 deletions

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;