From ce3f5867754f15cafe53142b61f4335790036146 Mon Sep 17 00:00:00 2001 From: Jussi Kuokkanen Date: Fri, 26 Apr 2024 14:35:31 +0300 Subject: pkgs/tools: remove licenses.gpl2 --- pkgs/tools/security/hashcash/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/tools/security/hashcash/default.nix') diff --git a/pkgs/tools/security/hashcash/default.nix b/pkgs/tools/security/hashcash/default.nix index f86684178fcb2..8b1fdea1c935c 100644 --- a/pkgs/tools/security/hashcash/default.nix +++ b/pkgs/tools/security/hashcash/default.nix @@ -25,7 +25,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Proof-of-work algorithm used as spam and denial-of-service counter measure"; homepage = "http://hashcash.org"; - license = licenses.gpl2; + license = licenses.gpl2Only; maintainers = with maintainers; [ kisonecat ]; }; } -- cgit 1.4.1