hashcash: init at 1.22
This commit is contained in:
parent
fe162a347a
commit
e66d307497
1 changed files with 2 additions and 1 deletions
|
@ -22,8 +22,9 @@ stdenv.mkDerivation rec {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
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;
|
homepage = http://hashcash.org;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
|
maintainers = with maintainers; [ kisonecat ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue