mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 05:00:19 +00:00
libtomcrypt: add changelog to meta
This commit is contained in:
parent
496c5183bd
commit
433cd931b6
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user