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