anewer: fix license
Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
This commit is contained in:
co-authored by
Fabian Affolter
parent
e2db47a66f
commit
7db7784f51
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user