mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
megasync: change license from unfree
to unfreeRedistributable
This commit is contained in:
parent
56648d7ef9
commit
25dd456cf9
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
homepage = "https://mega.nz/";
|
homepage = "https://mega.nz/";
|
||||||
downloadPage = "https://github.com/meganz/MEGAsync";
|
downloadPage = "https://github.com/meganz/MEGAsync";
|
||||||
changelog = "https://github.com/meganz/MEGAsync/releases/tag/v${finalAttrs.version}_Linux";
|
changelog = "https://github.com/meganz/MEGAsync/releases/tag/v${finalAttrs.version}_Linux";
|
||||||
license = lib.licenses.unfree;
|
license = lib.licenses.unfreeRedistributable;
|
||||||
platforms = [
|
platforms = [
|
||||||
"i686-linux"
|
"i686-linux"
|
||||||
"x86_64-linux"
|
"x86_64-linux"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue