libgcrypt: add meta.changelog
(cherry picked from commit 7bb9050610491bbe46959dbf9b52faef02e7ffdc)
This commit is contained in:
parent
87a0a02fa1
commit
7cdd285163
|
@ -58,6 +58,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://www.gnu.org/software/libgcrypt/";
|
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";
|
description = "General-purpose cryptographic library";
|
||||||
license = licenses.lgpl2Plus;
|
license = licenses.lgpl2Plus;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
|
Loading…
Reference in New Issue