megasync: change license from unfree to unfreeRedistributable

This commit is contained in:
melvyn 2025-03-17 17:49:45 -04:00
parent 56648d7ef9
commit 25dd456cf9
No known key found for this signature in database
GPG key ID: 25A2B7280CE3AFF6

View file

@ -141,7 +141,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://mega.nz/";
downloadPage = "https://github.com/meganz/MEGAsync";
changelog = "https://github.com/meganz/MEGAsync/releases/tag/v${finalAttrs.version}_Linux";
license = lib.licenses.unfree;
license = lib.licenses.unfreeRedistributable;
platforms = [
"i686-linux"
"x86_64-linux"