emplace: change meta.license to agpl3Plus
Taken from https://github.com/tversteeg/emplace/blob/master/Cargo.toml#L9. Suggested-by: Robot Robert <r-rmcgibbo@users.noreply.github.com>
This commit is contained in:
parent
80185972d9
commit
07ee183c7f
@ -16,7 +16,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Mirror installed software on multiple machines";
|
description = "Mirror installed software on multiple machines";
|
||||||
homepage = "https://github.com/tversteeg/emplace";
|
homepage = "https://github.com/tversteeg/emplace";
|
||||||
license = licenses.agpl3;
|
license = licenses.agpl3Plus;
|
||||||
maintainers = with maintainers; [ Br1ght0ne ];
|
maintainers = with maintainers; [ Br1ght0ne ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user