megasync: change license from unfree to unfreeRedistributable (#390778)

This commit is contained in:
Peder Bergebakken Sundt
2025-05-01 22:37:39 +02:00
committed by GitHub
+1 -1
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"