anewer: fix license
Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
This commit is contained in:
parent
e2db47a66f
commit
7db7784f51
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue