summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-12-03 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2022-12-03 04:20:00 +0000
commit433cd931b65a132c576a6bd3ec54881ca3b16117 (patch)
tree575c8cfa2e096c32844c1731aeb8b750497e6426
parent496c5183bd872128fcd4d30c22624e2e514767cc (diff)
libtomcrypt: add changelog to meta
-rw-r--r--pkgs/development/libraries/libtomcrypt/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libtomcrypt/default.nix b/pkgs/development/libraries/libtomcrypt/default.nix
index b836a72c00c4d..929e62ca2b893 100644
--- a/pkgs/development/libraries/libtomcrypt/default.nix
+++ b/pkgs/development/libraries/libtomcrypt/default.nix
@@ -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;
   };
 }