From e66d3074976c9fe4a377030b547e3c9bf0d0f943 Mon Sep 17 00:00:00 2001 From: Jim Fowler Date: Fri, 14 Dec 2018 11:11:07 -0500 Subject: [PATCH] hashcash: init at 1.22 --- pkgs/tools/security/hashcash/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/tools/security/hashcash/default.nix b/pkgs/tools/security/hashcash/default.nix index 5c63845a584..521dcf87a5f 100644 --- a/pkgs/tools/security/hashcash/default.nix +++ b/pkgs/tools/security/hashcash/default.nix @@ -22,8 +22,9 @@ stdenv.mkDerivation rec { ''; meta = with stdenv.lib; { - description = "Hashcash is a proof-of-work algorithm, which has been used as a denial-of-service counter measure technique in a number of systems."; + description = "Proof-of-work algorithm used as spam and denial-of-service counter measure"; homepage = http://hashcash.org; license = licenses.gpl2; + maintainers = with maintainers; [ kisonecat ]; }; }