about summary refs log tree commit diff
path: root/pkgs/servers/matrix-synapse
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-12-13 18:01:16 -0500
committerNick Cao <nickcao@nichi.co>2023-12-13 18:01:16 -0500
commit60689bffab4b4cc11d31b54f3ce0aacf862898c3 (patch)
tree0a89a7bdc8d1035c8d2cbdec5532c11872d49c43 /pkgs/servers/matrix-synapse
parent3d7e5f4f26a2103b09958fa66274bdd9dc0d58c1 (diff)
matrix-synapse: update license to agpl3Plus
Diffstat (limited to 'pkgs/servers/matrix-synapse')
-rw-r--r--pkgs/servers/matrix-synapse/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/matrix-synapse/default.nix b/pkgs/servers/matrix-synapse/default.nix
index d5f3c379f3441..95973c8bcae0d 100644
--- a/pkgs/servers/matrix-synapse/default.nix
+++ b/pkgs/servers/matrix-synapse/default.nix
@@ -169,7 +169,7 @@ python3.pkgs.buildPythonApplication rec {
     homepage = "https://matrix.org";
     changelog = "https://github.com/element-hq/synapse/releases/tag/v${version}";
     description = "Matrix reference homeserver";
-    license = licenses.asl20;
+    license = licenses.agpl3Plus;
     maintainers = teams.matrix.members;
   };
 }