anewer: fix license

Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
This commit is contained in:
figsoda
2021-10-22 13:31:50 -04:00
committed by GitHub
co-authored by Fabian Affolter
parent e2db47a66f
commit 7db7784f51
+1 -1
View File
@@ -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 ];
};
}