anewer: fix license

Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>

authored by

figsoda
Fabian Affolter
and committed by
GitHub
7db7784f e2db47a6

+1 -1
+1 -1
pkgs/tools/text/anewer/default.nix
··· 16 16 meta = with lib; { 17 17 description = "Append lines from stdin to a file if they don't already exist in the file"; 18 18 homepage = "https://github.com/ysf/anewer"; 19 - license = licenses.gpl3Only; 19 + license = licenses.gpl3Plus; 20 20 maintainers = with maintainers; [ figsoda ]; 21 21 }; 22 22 }