From 7db7784f5176fa1e9f94d16b01689f823441d58e Mon Sep 17 00:00:00 2001 From: figsoda Date: Fri, 22 Oct 2021 13:31:50 -0400 Subject: [PATCH] anewer: fix license Co-authored-by: Fabian Affolter --- pkgs/tools/text/anewer/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]; }; }