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:
Oleksii Filonenko 2021-02-12 13:30:00 +02:00 committed by GitHub
parent 80185972d9
commit 07ee183c7f
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 = "Mirror installed software on multiple machines";
homepage = "https://github.com/tversteeg/emplace";
license = licenses.agpl3;
license = licenses.agpl3Plus;
maintainers = with maintainers; [ Br1ght0ne ];
};
}