element-{web-unwrapped,desktop}: update license to AGPLv3

or older, upstream changed licenses in:
https://github.com/element-hq/element-web/commit/85d5c2aafc8e3cc8203d8ededa12d6a45a8c6ae7
https://github.com/element-hq/element-desktop/commit/238d5e3f1b63603b1d8471d603db8617f07554f9
This commit is contained in:
teutat3s
2026-01-14 13:30:41 -03:00
parent 088f1dc8c8
commit 4b9156c64e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -172,7 +172,7 @@ stdenv.mkDerivation (
description = "Feature-rich client for Matrix.org";
homepage = "https://element.io/";
changelog = "https://github.com/element-hq/element-desktop/blob/v${finalAttrs.version}/CHANGELOG.md";
license = lib.licenses.asl20;
license = lib.licenses.agpl3Plus;
teams = [ lib.teams.matrix ];
platforms = electron.meta.platforms ++ lib.platforms.darwin;
mainProgram = "element-desktop";
@@ -86,7 +86,7 @@ stdenv.mkDerivation (
homepage = "https://element.io/";
changelog = "https://github.com/element-hq/element-web/blob/v${finalAttrs.version}/CHANGELOG.md";
teams = [ lib.teams.matrix ];
license = lib.licenses.asl20;
license = lib.licenses.agpl3Plus;
platforms = lib.platforms.all;
};
}