From 7cc0cf9077122f47fb6d90fd6a412b714618193b Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sat, 1 May 2021 00:19:30 +0200 Subject: [PATCH] logcheck: update license to gpl2Plus --- pkgs/tools/system/logcheck/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/system/logcheck/default.nix b/pkgs/tools/system/logcheck/default.nix index 4c36e529ae9..0f17b07d848 100644 --- a/pkgs/tools/system/logcheck/default.nix +++ b/pkgs/tools/system/logcheck/default.nix @@ -42,7 +42,7 @@ stdenv.mkDerivation rec { Logcheck was part of the Abacus Project of security tools, but this version has been rewritten. ''; homepage = "https://salsa.debian.org/debian/logcheck"; - license = licenses.gpl2; + license = licenses.gpl2plus; maintainers = [ maintainers.bluescreen303 ]; }; }