matrix-synapse: update license to agpl3Plus

This commit is contained in:
Nick Cao 2023-12-13 18:01:16 -05:00
parent 3d7e5f4f26
commit 60689bffab
No known key found for this signature in database

View File

@ -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;
};
}