From 38931d97836428d9496835e848f50d3fa5df2214 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 23 May 2021 11:56:25 +0200 Subject: [PATCH] lynis: specify license --- pkgs/tools/security/lynis/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/security/lynis/default.nix b/pkgs/tools/security/lynis/default.nix index b0cfe261db6..b2ef8d8354b 100644 --- a/pkgs/tools/security/lynis/default.nix +++ b/pkgs/tools/security/lynis/default.nix @@ -31,7 +31,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Security auditing tool for Linux, macOS, and UNIX-based systems"; homepage = "https://cisofy.com/lynis/"; - license = licenses.gpl3; + license = licenses.gpl3Only; platforms = platforms.unix; maintainers = [ maintainers.ryneeverett ]; };