synapse-matrix: have a valid meta attribute

Previously, only the unwrapped derivation had it. This is problematic to report
issues on Synapse because you cannot read the maintainers from the REPL. :)

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
Raito Bezarius 2024-02-02 03:06:53 +01:00
parent 8c1a6046a2
commit 295952fd51

View File

@ -41,4 +41,7 @@ stdenv.mkDerivation {
# for backward compatibility
inherit (matrix-synapse-unwrapped) plugins tools;
};
# Carry the maintainer, licenses, and various useful information.
inherit (matrix-synapse-unwrapped) meta;
}