diff --git a/pkgs/tools/text/anewer/default.nix b/pkgs/tools/text/anewer/default.nix index 49113a64d5bf..e41b12cee447 100644 --- a/pkgs/tools/text/anewer/default.nix +++ b/pkgs/tools/text/anewer/default.nix @@ -16,7 +16,7 @@ rustPlatform.buildRustPackage rec { meta = with lib; { description = "Append lines from stdin to a file if they don't already exist in the file"; homepage = "https://github.com/ysf/anewer"; - license = licenses.gpl3Only; + license = licenses.gpl3Plus; maintainers = with maintainers; [ figsoda ]; }; }