lynis: specify license
This commit is contained in:
parent
2b993783de
commit
38931d9783
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Security auditing tool for Linux, macOS, and UNIX-based systems";
|
description = "Security auditing tool for Linux, macOS, and UNIX-based systems";
|
||||||
homepage = "https://cisofy.com/lynis/";
|
homepage = "https://cisofy.com/lynis/";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3Only;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = [ maintainers.ryneeverett ];
|
maintainers = [ maintainers.ryneeverett ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue