libtomcrypt: add changelog to meta

This commit is contained in:
Mario Rodas 2022-12-03 04:20:00 +00:00
parent 496c5183bd
commit 433cd931b6

View File

@ -36,9 +36,11 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
meta = with lib; {
homepage = "https://www.libtom.net/LibTomCrypt/";
description = "A fairly comprehensive, modular and portable cryptographic toolkit";
homepage = "https://www.libtom.net/LibTomCrypt/";
changelog = "https://github.com/libtom/libtomcrypt/raw/v${version}/changes";
license = with licenses; [ publicDomain wtfpl ];
maintainers = with maintainers; [ ];
platforms = platforms.all;
};
}