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
parent e2db47a66f
commit 7db7784f51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];
};
}